Page 7 of 24 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 232

Thread: Conky Exaile Python Script

  1. #61
    Join Date
    Apr 2007
    Beans
    123

    Re: Conky Exaile Python Script

    Quote Originally Posted by kaivalagi View Post
    Can you live with it for now?
    Sure. No worries!

    Hope I didn't sound like I was complaining. If there's anything I can do to help troubleshoot or test, just let me know.

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

    Re: Conky Exaile Python Script

    Quote Originally Posted by akahige View Post
    Sure. No worries!

    Hope I didn't sound like I was complaining. If there's anything I can do to help troubleshoot or test, just let me know.
    No it's okay, you have an issue you want to get to the bottom of, I understand....

    When I get more time I shall try to reproduce with error catching everywhere in code...if I can't make it happen then I'll ask you to try a few things

  3. #63
    Join Date
    Apr 2008
    Beans
    18

    Re: Conky Exaile Python Script

    no its still not working

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

    Re: Conky Exaile Python Script

    Quote Originally Posted by x0x View Post
    no its still not working
    What do you get when you run:

    Code:
    ps -C exaile -f

  5. #65
    Join Date
    Apr 2008
    Beans
    18

    Re: Conky Exaile Python Script

    UID PID PPID C STIME TTY TIME CMD
    c0re 21688 1 8 23:35 ? 00:00:22 python /usr/lib/exaile/exaile.py

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

    Re: Conky Exaile Python Script

    Quote Originally Posted by x0x View Post
    UID PID PPID C STIME TTY TIME CMD
    c0re 21688 1 8 23:35 ? 00:00:22 python /usr/lib/exaile/exaile.py
    I get the same (I was expecting different should have checked at this end first...):

    Code:
    UID        PID  PPID  C STIME TTY          TIME CMD
    mark      4390     1  7 18:03 ?        00:00:00 python /usr/lib/exaile/exaile.py
    But if I run "ps -C exaile" I get:

    Code:
      PID TTY          TIME CMD
     4390 ?        00:00:00 exaile
    which is probably why if_running works for me.

    I am running exaile v.0.2.14

    .................?

  7. #67
    Join Date
    Apr 2008
    Beans
    18

    Re: Conky Exaile Python Script

    look what i have found... easy way to change exaile's process name
    http://code.google.com/p/procname/

  8. #68
    Join Date
    Apr 2007
    Beans
    123

    Re: Conky Exaile Python Script

    Quote Originally Posted by kaivalagi View Post
    I get the same (I was expecting different should have checked at this end first...):

    Code:
    UID        PID  PPID  C STIME TTY          TIME CMD
    mark      4390     1  7 18:03 ?        00:00:00 python /usr/lib/exaile/exaile.py
    But if I run "ps -C exaile" I get:

    Code:
      PID TTY          TIME CMD
     4390 ?        00:00:00 exaile
    which is probably why if_running works for me.

    I am running exaile v.0.2.14

    .................?
    Yes, but I get the exact same ps output as you do, I'm running the exact same version of Exaile as you are, and it doesn't work for me.

    Not that I wouldn't be delighted to have $if_running work as advertised (or as I think it should), but I've got a snazzy work around for my issue, thanks to the folks over on #conky, but I still don't understand why we'd all get different results from the exact same thing.

    I'm running conky 1.6.1, from the Intrepid repos.



    In other news, I've noticed an interesting "glitch" in the interaction between exaile and conkyExaile. I don't think that it has anything to do with conkyExaile, but in case it does, I wanted to mention it...

    I've noticed that when exaile is left paused for extended periods of time -- like overnight -- the track info displayed in conky will disappear (i.e. go blank). If I open exaile and look at the UI, it still shows the paused track sitting there, so I'm guessing that somehow, the communication stream (DBUS?) between exaile and conky is hiccuping.

    Does this sound right? Ever see it before?

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

    Re: Conky Exaile Python Script

    Quote Originally Posted by akahige View Post
    Yes, but I get the exact same ps output as you do, I'm running the exact same version of Exaile as you are, and it doesn't work for me.

    Not that I wouldn't be delighted to have $if_running work as advertised (or as I think it should), but I've got a snazzy work around for my issue, thanks to the folks over on #conky, but I still don't understand why we'd all get different results from the exact same thing.

    I'm running conky 1.6.1, from the Intrepid repos.



    In other news, I've noticed an interesting "glitch" in the interaction between exaile and conkyExaile. I don't think that it has anything to do with conkyExaile, but in case it does, I wanted to mention it...

    I've noticed that when exaile is left paused for extended periods of time -- like overnight -- the track info displayed in conky will disappear (i.e. go blank). If I open exaile and look at the UI, it still shows the paused track sitting there, so I'm guessing that somehow, the communication stream (DBUS?) between exaile and conky is hiccuping.

    Does this sound right? Ever see it before?
    I can't figure out the if_running issue, makes no sense to why why it's not working for you.

    mmmmm, that overnight glitch certainly points towards dbus...

    In the morning when you see this behaviour, what happens is you stop and start conky again, do you see the correct info again?

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

    Re: Conky Exaile Python Script

    Quote Originally Posted by x0x View Post
    look what i have found... easy way to change exaile's process name
    http://code.google.com/p/procname/
    Just needs to be put into the exaile code....

Page 7 of 24 FirstFirst ... 5678917 ... 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
  •