On Tue, Oct 4, 2011 at 02:04, solka21 <[email protected]> wrote: > > Hi, > > Is it possible to change my "logging" settings in Pidgin (linux) using only > prefs.xml file? I'm changing log_ims, log_chats and log_system value on "1" > and saves XML, but it is still auto-changing by Pidgin app when I've got a > conversation. > > (I can't using GUI app) > > So, what should I do? Can I disable this auto-changing mode in Pidgin using > only XML files?
It sounds like you're trying to change the configuration files while Pidgin is running. That isn't something that is supported - the configuration files will be overwritten during the course of normal operation of Pidgin and are only read once when pidgin starts up. If you want to change a preference while pidgin is running, you'll have to either do that with a plugin or using the DBus interface. -D _______________________________________________ [email protected] mailing list Want to unsubscribe? Use this link: http://pidgin.im/cgi-bin/mailman/listinfo/support
