Pidgin: Difference between revisions
 (Created page with "=== Installation ===  sudo apt install pidgin pidgin-otr  pidgin& === Configuration === * Tools > Preferences > Show system tray > Always * Tools > Plugins > [x] OTR")  | 
				No edit summary  | 
				||
| Line 3: | Line 3: | ||
  pidgin&  |   pidgin&  | ||
=== Configuration ===  | === Configuration ===  | ||
==== General configuration ====  | |||
* Tools > Preferences > Show system tray > Always  | * Tools > Preferences > Show system tray > Always  | ||
* Tools > Plugins > [x] OTR  | * Tools > Plugins > [x] OTR  | ||
==== Account configuration ====  | |||
===== Google Chat =====  | |||
Use [https://github.com/EionRobb/purple-hangouts#readme this plugin], which you have to build yourself:  | |||
 sudo apt-get install -y libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler git make;  | |||
Revision as of 16:54, 13 April 2021
Installation
sudo apt install pidgin pidgin-otr pidgin&
Configuration
General configuration
- Tools > Preferences > Show system tray > Always
 - Tools > Plugins > [x] OTR
 
Account configuration
Google Chat
Use this plugin, which you have to build yourself:
sudo apt-get install -y libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler git make;