Pidgin
Pidgin is Article description::an easy to use and free chat client that supports AIM, Google Talk, ICQ, IRC, XMPP, and more chat networks all at once.
Installation
USE flags
USE flags for net-im/pidgin GTK Instant Messenger client
aqua
|
Include support for the Mac OS X Aqua (Carbon/Cocoa) GUI |
dbus
|
Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc) |
debug
|
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces |
doc
|
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally |
eds
|
Enable support for Evolution-Data-Server (EDS) |
gadu
|
Enable Gadu Gadu protocol support |
gnutls
|
Prefer net-libs/gnutls as SSL/TLS provider (ineffective with USE=-ssl) |
groupwise
|
Enable Novell Groupwise protocol support |
gstreamer
|
Enables voice and video sessions |
gtk
|
Builds Pidgin, the GTK+ interface |
idn
|
Enable support for Internationalized Domain Names |
meanwhile
|
Enable meanwhile support for Sametime protocol |
ncurses
|
Build finch, console interface |
networkmanager
|
Enable net-misc/networkmanager support |
nls
|
Add Native Language Support (using gettextGNU locale utilities) |
perl
|
Add optional support/bindings for the Perl language |
pie
|
Build programs as Position Independent Executables (a security hardening technique) |
prediction
|
Enable Contact Availability Prediction plugin |
python
|
Build libgnt (GLib Ncurses Toolkit used by finch) with python scripting support |
sasl
|
Add support for the Simple Authentication and Security Layer |
spell
|
Add dictionary support |
tcl
|
Add support the Tcl language |
tk
|
Add support for Tk GUI toolkit |
xscreensaver
|
Use X screensaver protocol extension to monitor idle/active status based on mouse/keyboard events |
zephyr
|
Enable Zephyr protocol support |
zeroconf
|
Support for DNS Service Discovery (DNS-SD) |
Emerge
root #
emerge --ask net-im/pidgin
Configuration
Pidgin's guide is a complete guide through the process of configuring every aspect of pidgin.
Warning
Strongly consider Pidgin's configuration files are saved in plain text, so it is recommendable to use unique passwords for the accounts or always connect without saving the password. app-admin/pass is one utility (created by SMW::offJason A. Donenfeld (zx2c4)SMW::on) that can generate unique passwords. Consider viewing the Password management tools article for more information.
Strongly consider Pidgin's configuration files are saved in plain text, so it is recommendable to use unique passwords for the accounts or always connect without saving the password. app-admin/pass is one utility (created by SMW::offJason A. Donenfeld (zx2c4)SMW::on) that can generate unique passwords. Consider viewing the Password management tools article for more information.
Usage
Pidgin comes with a GUI based on GTK that lets you interact with different protocols and stay connected to different servers as described in the Pidgin's guide
Plugins
Pidgin has a community of third-party developed plugins. You can find out more on the third party plugins at the official wiki page.
Removal
Unmerge
root #
emerge --ask --depclean --verbose net-im/pidgin
Configuration and logs
After unmerging, for a full clean-up, be sure to remove old logs and individual user configuration files from their default location in each pidgin user's home directory:
user $
rm -rf ~/.purple
See also
External resources
- FAQ (official) - A list of Frequently Asked Questions concerning Pidgin.
- Using Pidgin (official) -Pidgin's usage and configurations.
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.