Page 6 of 15 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 148

Thread: use Skype with Jaunty notifcations (notify-osd)

  1. #51
    Join Date
    Jun 2007
    Beans
    33

    Re: use Skype with Jaunty notifcations (notify-osd)

    So I believe you should have two versions, one for Karmic and one for previous ubuntus. Also, there are two instances indicate.IndicatorMessage(), and you only changed one.

  2. #52
    Join Date
    Oct 2008
    Beans
    28

    Re: use Skype with Jaunty notifcations (notify-osd)

    _sebastian_, just find "indicate.IndicatorMessage()" and replace with "indicate.Indicator()".

    indicate.Indicator() should work on both Karmic and Jaunty.

    I'm having some problems with bzr and feeling a little frustrated . Thanks for your help

  3. #53
    Join Date
    Oct 2008
    Beans
    28

    Re: use Skype with Jaunty notifcations (notify-osd)

    Quote Originally Posted by Lightbreeze View Post
    indicate.Indicator() should work on both Karmic and Jaunty.
    Ah, scratch that :/

  4. #54
    Join Date
    Aug 2008
    Location
    Germany, Frankfurt
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: use Skype with Jaunty notifcations (notify-osd)

    once we know what works where we can create versions or branches...

    I would be happy to work on a translation but ... I'cant code (much) :-/

  5. #55
    Join Date
    Jan 2007
    Beans
    1

    Re: use Skype with Jaunty notifcations (notify-osd)

    in karmic everything is working for now, only the new message stuff is still displayed as a standard skype popup, did anybody fix this?

  6. #56
    Join Date
    Nov 2006
    Location
    Austria
    Beans
    8
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: use Skype with Jaunty notifcations (notify-osd)

    Quote Originally Posted by dasnarr View Post
    in karmic everything is working for now, only the new message stuff is still displayed as a standard skype popup, did anybody fix this?
    you have to disable that in the skype options yourself.

  7. #57
    Join Date
    May 2005
    Beans
    1

    Re: use Skype with Jaunty notifcations (notify-osd)

    Hi,

    you could add the missing event handling for SMS notifications in skype-notify.py

    here is the code:

    Code:
    elif o.type == 'SMSSent': self.showNotification(o.sname,"SMS sent","skype")
    elif o.type == 'SMSFailed': self.showNotification(o.sname,"SMS failed","error")
    Cheers

  8. #58
    Join Date
    Aug 2008
    Location
    Germany, Frankfurt
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: use Skype with Jaunty notifcations (notify-osd)

    thx, will try to include/merge this one

  9. #59
    Join Date
    Apr 2007
    Location
    Hotels around the world
    Beans
    294
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: use Skype with Jaunty notifcations (notify-osd)

    Quote Originally Posted by Lightbreeze View Post
    * For 'Command' enter:
    Code:
    python /home/your-ubuntu-login-name/skype-dbus-service.py
    * For 'Name' enter "Skype Nice Notifications"
    * Press 'Save'

    Make sure to install the package python-indicate

    Now skype-dbus-service.py will run when your computer starts, adding 'Skype' to the indicator-applet and awaiting messages from your friends!!!!
    Wouldn't it be easier to make the line:
    Code:
    python ~/skype-dbus-service.py
    instead of
    Code:
    python /home/your-ubuntu-login-name/skype-dbus-service.py
    just a thought...

  10. #60
    Join Date
    Oct 2008
    Beans
    28

    Re: use Skype with Jaunty notifcations (notify-osd)

    corrected.

Page 6 of 15 FirstFirst ... 45678 ... 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
  •