ok. I'm trying to sync my logs/settings between Linux (Ubuntu-Feisty Fawn) and My Windows XP.
Now I set up a nice *.sh script in Ubuntu to load up the config folder:
Code:
pidgin -c "/media/stuff/Profiles/.purple"
and a similar *.bat file in windows:
Code:
"c:\Program Files\Pidgin\pidgin.exe" --config=F:\Profiles\.purple
(the folder /media/stuff is shared via network so both computers can access it at the same time)
Now my problems:
1) it appears that plugins reset to their defaults everytime I load pidgin. The default being not activated. And I don't want that.
2) Windows has a nice feature in Pidgin: (Tools>Prefrences>Status/Idle>Report idle time

Which lets me set it so that when my computer is in use, Pidgin realizes I'm here. Linux doesn't have this feature, so whenever I'm at my computer and not chatting, it makes me idle and away. Is there a way to fix that?