Pidgin: Difference between revisions
No edit summary  | 
				|||
| Line 8: | Line 8: | ||
==== Account configuration ====  | ==== Account configuration ====  | ||
===== Google Chat =====  | ===== Google Chat =====  | ||
Use [https://github.com/EionRobb/purple-hangouts#readme this plugin], which you have to build yourself:  | Use [https://github.com/EionRobb/purple-hangouts#readme this plugin], which you have to build yourself (which is easy):  | ||
  sudo apt-get install -y libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler git make;  |   sudo apt-get install -y libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler git make;  | ||
 cd ~/apps  | |||
 git clone https://github.com/EionRobb/purple-hangouts && cd purple-hangouts;  | |||
 make && sudo make install  | |||
Revision as of 16:57, 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 (which is easy):
sudo apt-get install -y libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler git make; cd ~/apps git clone https://github.com/EionRobb/purple-hangouts && cd purple-hangouts; make && sudo make install