TIP gaim account state
From Gentoo Linux Wiki
| Terminals / Shells • Network • X Window System • Portage • System • Filesystems • Kernel • Other |
Contents |
[edit] Summary
This great little plugin displays the status of all of your Gaim accounts at the bottom of your buddy list or in a new window.
[edit] Downloading
You can download the source at Gaim's Sourceforge plugin project page. Make sure to download the newest version usally located at the bottom of all the downloads. You need gaim's source code, so copy it from $DISTDIR/gaim-<version> to your home directory.
[edit] Patching
Go to Gaim source code directory so that you can run the configure script:
cd $HOME/gaim-<version> ./configure --prefix=/usr --datadir=/usr/share
Go into the Gaim source code plugin directory and modify Makefile.am:
| File: $HOME/gaim-<version>/plugins/Makefile.am |
|
Find: -DVERSION=\"$(VERSION)\" And after it add: -DDATADIR=\"$(datadir)\" |
Move account_state.tgz to the Gaim source code plugin directory and unpack:
mv ~/account_state.tgz $HOME/gaim-<version>/plugins tar -xzf account_state.tgz make account_state.so
Move account_state.so to for global usage or per user:
mv account_state.so $HOME/.gaim
or
mv account_state.so $PREFIX/lib/gaim
[edit] That's it
Restart Gaim, enable and configure plugin settings via Gaim preferences.
