-
The log directory is inside the .purple directory. [This](https://developer.pidgin.im/wiki/Using%20Pidgin#Wherearemysettingsanddataincludinglogssaved) FAQ entry indicates where that is and how you can move it. Note that you can only move the entire .purple directory (without using something like a symlink or junction, but that will likely not help across drives in Windows).
2009-11-19 02:47:50 UTC in Pidgin
-
Switch the GNOME setting away from firefox and back, then try pidgin again. When you try clicking a link in pidgin have the Help->Debug Window open first and include/pastebin any output that you get at that point here.
2009-11-16 12:48:37 UTC in Pidgin
-
A PidginConversation is not a GTK+ widget, and as such cannot be used in g_signal_connect calls.
If you look at attach_signals in notify.c you will see how that plugin uses the gtkconv->entry and gtkconv->imhtml fields in g_signal_connect calls (because, as you can see in the documentation) those are GtkWidgets.
If your desire is to get notification when the entire window is given focus...
2009-11-16 03:39:23 UTC in Pidgin
-
You would have such a tab if you were not using GNOME, under GNOME we use the GNOME browser (specifically we call xdg-open or gnome-open) to handle URLs. This likely means that your default GNOME browser is misconfigured. There should be a button on the Network page of preference which should take you to the correct GNOME location to change it.
2009-11-16 03:34:13 UTC in Pidgin
-
Yes, that g\_signal\_connect line is an example of connecting to a GTK+ signal and similarly the purple\_signal\_connect lines are examples of connecting to a libpurple (in that case) signal.
Which signals you connect to and what you connect to them on depends entirely on what your goal is.
That purple signal (as the documentation indicates) will fire (and call the registered callback...
2009-11-13 03:15:27 UTC in Pidgin
-
pidgin signals: displayed-im-msg, conversation-switched, conversation-displayed, conversation-hiding,
purple signals: writing-im-msg, deleting-conversation
GTK+ signals: key-press-event, button-press-event, focus-in-event
You are only correctly connecting to: displayed-im-msg, conversation-switched, writing-im-msg, and deleting-conversation
You need to use gtk_conv_handle for...
2009-11-12 03:57:18 UTC in Pidgin
-
I don't know of any such plugin already existing but one could certainly be written.
2009-11-10 05:16:21 UTC in Pidgin
-
Are the contents of these spam messages always the same? Without knowing more about the messages themselves or how exactly they are being sent there isn't much that anyone can really do. You can try keeping the Help->Debug Window open and checking to see if it says anything interesting when you are supposed to have sent a spam message.
2009-10-19 01:48:01 UTC in Pidgin
-
Why do you think you are sending spam messages to your friends?.
2009-09-08 02:26:01 UTC in Pidgin
-
Yes, I believe the pidgin VV stuff works with the web-based Google Talk client. Though I can't say more than that I don't really know anything about the VV support. Feel free to join the #pidgin IRC channel or devel XMPP room if you need more immediate help.
2009-09-08 00:54:15 UTC in Pidgin