Page 10 of 20 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 195

Thread: Conky Pidgin Python Script

  1. #91
    Join Date
    Feb 2008
    Location
    N of Bruce W of Kaivalagi
    Beans
    185
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Conky Pidgin Python Script

    Quote Originally Posted by Gnounc View Post
    Ok, it took me a while, but I finally have conky where I want it (except for RSS) anyways, I noticed there isnt a thread devoted to gtk-desktop-info.
    I'd like to see one similar to the "show your conkyrc and a screenshot" thread.
    I'd like to see what novel uses it's been put towards. It would also help me to visualize its capabilities and help me to use it.
    You missed it in K's sig:
    http://ubuntuforums.org/showthread.php?p=6366056

    Hippy
    hippyrandall.com | This is the first age that's paid much attention to the future, which is alittle ironic since we may not have one. -- Arthur Clarke

  2. #92
    Join Date
    Feb 2007
    Beans
    21

    Re: Conky Pidgin Python Script

    oHo. haha thanks. How I missed that I dont know.

  3. #93
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Conky Pidgin Python Script

    INSTALL UPDATE

    New instructions on setting up the repository in your system have been added to the first post, as follows

    Remove any existing /etc/apt/sources.list entry before or after doing this!

    1) Create the necessary list file for access to the repository by running this:

    Code:
    sudo wget -q http://www.kaivalagi.com/m-buck-ppa.list -O /etc/apt/sources.list.d/m-buck-ppa.list
    2) Add the repository public key to your apt setup by running this:

    Code:
    wget -q http://www.kaivalagi.com/m-buck-ppa-key.gpg -O- | sudo apt-key add -

  4. #94
    Join Date
    May 2006
    Location
    berlin
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Conky Pidgin Python Script

    oh how i want this to work. but i keep getting this:

    Code:
    ERROR: Issue calling the dbus service:im.pidgin.purple.ObjectNotFound: The return object is not mapped (this is a Purple error)
    Traceback (most recent call last):
      File "/usr/share/conkypidgin/conkyPidgin.py", line 323, in writeOutput
        for pidginData in pidginDataList:
    TypeError: 'NoneType' object is not iterable
    ERROR: Unknown error when calling writeOutput:'NoneType' object is not iterable
    i am running intrepid, all updates made, gnome/pidgin all is fine and running and conky too. what can i do?

  5. #95
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Conky Pidgin Python Script

    Quote Originally Posted by jim_mule View Post
    oh how i want this to work. but i keep getting this:

    Code:
    ERROR: Issue calling the dbus service:im.pidgin.purple.ObjectNotFound: The return object is not mapped (this is a Purple error)
    Traceback (most recent call last):
      File "/usr/share/conkypidgin/conkyPidgin.py", line 323, in writeOutput
        for pidginData in pidginDataList:
    TypeError: 'NoneType' object is not iterable
    ERROR: Unknown error when calling writeOutput:'NoneType' object is not iterable
    i am running intrepid, all updates made, gnome/pidgin all is fine and running and conky too. what can i do?
    It looks like Pidgin isn't running? The dbus service for pidgin isn't getting connected.

    What version of Pidgin are you running? run this in the terminal:

    Code:
    pidgin -v
    I get:

    Code:
    Pidgin 2.5.2

  6. #96
    Join Date
    May 2006
    Location
    berlin
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Conky Pidgin Python Script

    yes, pidgin -v = Pidgin 2.5.2 and pidgin is in the taskbar.
    thanks for the quick reply.

  7. #97
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Conky Pidgin Python Script

    Quote Originally Posted by jim_mule View Post
    yes, pidgin -v = Pidgin 2.5.2 and pidgin is in the taskbar.
    thanks for the quick reply.
    I have created a small test script which looks for available dbus services on your pc that match some text, in this case "pidgin".

    Grab the attached and put it anywhere on your PC, then run it in the terminal like this:

    Code:
    python /path/to/file/testdbus.py
    I get:

    Code:
    Searching dbus services...
    found: im.pidgin.purple.PurpleService
    finished searching
    Attached Files Attached Files

  8. #98
    Join Date
    May 2006
    Location
    berlin
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Conky Pidgin Python Script

    1st time i tried your script i got the following:
    Code:
    ./testdbus.py 
    Searching dbus services...
    found: im.pidgin.purple.PurpleService
    finished searching
    so i then gave conky another try:
    Code:
    ERROR: Issue calling the dbus service:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
    Traceback (most recent call last):
      File "/usr/share/conkypidgin/conkyPidgin.py", line 323, in writeOutput
        for pidginData in pidginDataList:
    TypeError: 'NoneType' object is not iterable
    ERROR: Unknown error when calling writeOutput:'NoneType' object is not iterable
    tried the script again, after this restart of conky with conkyPidgin, and i get:

    Code:
    ./testdbus.py 
    Searching dbus services...
    finished searching
    mystery to me...

  9. #99
    Join Date
    May 2006
    Location
    berlin
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Conky Pidgin Python Script

    hmmm.
    mystery remains.
    but i restarted pidgin. i did just a conkyPidgin on the command line, and no error, so put it back into my .conkyrc, and restarted conky again, and all is well. sometimes i still think the computer is run by elves with mood swings. thanks for the help, im happy to get pidgin into conky, brilliant.

  10. #100
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Conky Pidgin Python Script

    Quote Originally Posted by jim_mule View Post
    hmmm.
    mystery remains.
    but i restarted pidgin. i did just a conkyPidgin on the command line, and no error, so put it back into my .conkyrc, and restarted conky again, and all is well. sometimes i still think the computer is run by elves with mood swings. thanks for the help, im happy to get pidgin into conky, brilliant.
    Maybe uninstall and reinstall pidgin? I am at a loss as to why the dbus service comes and goes...

Page 10 of 20 FirstFirst ... 89101112 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •