0
votes
0answers
133 views

Tweaking the TreeView of pygtk (python)

First off, I want to apologize for the non-minimal code. I'll point to the part I believe is important for the question further down. As a whole the code should run and work with Pidgin (under Linux) ...
0
votes
1answer
147 views

Python Access Pidgin Data Structure by Dbus

I recentely started to program in Python and making a script/plugin for Pidgin,i need to access PurpleConversationUiOps and use the has_focus field,based in some examples in documentation of Pidgin i ...
1
vote
0answers
160 views

Pidgin script with Python/ Get Focus Signal

I am creating a script in Python to integrate Pidgin with Unity (Ubuntu 12.04), I've managed to do the counting notifications system using the Unity API, but i dont know what event or signal that is ...
1
vote
1answer
211 views

Fetching xmpp resource string using pidgin dbus python api

I was using the pidgin dbus api to print the names of my gtalk buddies and their status by writing the following python code snippet: import dbus # Initiate a connection to the Session Bus bus = ...
2
votes
2answers
1k views

DBus Finch/Pidgin without X11

I want to do some Python scripting on my server where I can communicate with finch (A console interface of pidgin, with the interface looking like links2) through the DBus Python library to send ...