Page 9 of 15 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 148

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

  1. #81
    Join Date
    Jan 2008
    Beans
    7

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

    I have modified a bit the skype-dbus-service.py file so that it doesn't show notifications for incoming messages when the chat window with the corresponding user is active.

    Cheers

    edit: This has issues when there's a group conversation, because the name of contact is not displayed in the window's title, and I don't know about the Skype API enough to figure out another way to get the window of the originating event.
    By the way, this also affects the case for getting the window in focus with the indicator.
    Attached Files Attached Files
    Last edited by dmakreshanski; February 20th, 2010 at 10:42 PM.

  2. #82
    Join Date
    Oct 2008
    Beans
    28

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

    Yes, the window matching is terrible :/

  3. #83
    Join Date
    Oct 2008
    Beans
    28

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

    Maybe you would all like to follow this Skype bug: https://developer.skype.com/jira/browse/SCL-502

  4. #84
    Join Date
    Mar 2010
    Beans
    1

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

    Quote Originally Posted by six-geek View Post
    I am using kubuntu 9.04 and after using
    Code:
    python skype-dbus-service.py
    I get the message:
    Code:
    Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
    Traceback (most recent call last):
      File "skype-dbus-service.py", line 20, in <module>
        import wnck
    ImportError: No module named wnck
    I don't really know what the GTK error occurs. Btw if someone know how to fix it please let me know.
    But the main problem is the import of wnck. I have already installed the packages libwnck-common and libwnck22. Does someone have e hint for me to solve the problem?
    Same Problem:

    patrick@patrick-laptop:~$ /opt/skype-notifiy/skype-dbus-service.py
    Traceback (most recent call last):
    File "/opt/skype-notifiy/skype-dbus-service.py", line 20, in <module>
    import wnck
    ImportError: No module named wnck

  5. #85
    Join Date
    Oct 2005
    Location
    Dublin, Ireland
    Beans
    4
    Distro
    Ubuntu 11.04 Natty Narwhal

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

    paede, did you try
    Code:
    sudo apt-get install python-wnck
    Lightbreeze, thank you so much for your excellent work! Keep it up!

  6. #86
    Join Date
    Feb 2010
    Beans
    8

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

    The only time the chat osd comes up is when I typed in a terminal python skype-dbus-service.py. Then it reads "Listening" without errors and all works great. But after I close the terminal all goes haywire again. To rely on Skype's small osd is useless. I followed every step and still no good.

    PLEASE HELP!!!

  7. #87
    Join Date
    Jul 2008
    Location
    Siegen, Germany
    Beans
    178
    Distro
    Ubuntu 13.10 Saucy Salamander

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

    Great script, thanks.
    "It matters not what someone is born, but what they grow to be." -Albus Dumbledore
    Flickr - tumblr - Last.fm - PGP-Key - Blog

  8. #88
    Join Date
    May 2010
    Beans
    1

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

    I just found this via Google and tried to install it... but for some reason its not working.
    skype-dbus-service.py exits instantly with the message:
    Code:
    ** (skype-dbus-service.py:6798): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
    
    ** (skype-dbus-service.py:6798): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
    
    ** (skype-dbus-service.py:6798): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
    Traceback (most recent call last):
      File "/home/<my_name>/bin/skype-notify/skype-dbus-service.py", line 197, in <module>
        dummy()
      File "/home/<my_name>/bin/skype-notify/skype-dbus-service.py", line 180, in dummy
        indicator = indicate.IndicatorMessage()
    AttributeError: 'module' object has no attribute 'IndicatorMessage'
    I am running Ubuntu Lucid. I hope someone can help me

    EDIT: OK, I forgot to change the indicate.IndicatorMessage() thing... by the way in this bug for gm-notify it is suggested to use the following Code:
    Code:
    indicator = getattr(indicate, 'IndicatorMessage', indicate.Indicator)()
    I do not "speak" python so I just wanted to tell you.
    And it seems that server_display and display get a second argument on my system
    Last edited by Gondlar; May 18th, 2010 at 09:29 PM. Reason: Can't read...

  9. #89
    Join Date
    Nov 2008
    Location
    Novosibirsk-Korolyov@Ru
    Beans
    86
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Worked almost like a charm for me, but:
    1. notification doesn't show text of a message; should I edit the Skype settings to make the message text displayed in the notification?
    2. is there any way to make userpics displayed in the notifications?

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

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

    Quote Originally Posted by RD1 View Post
    Could someone please do this for Thunderbird? Please!?
    hi have a look at the Gnome Integration Add-on

    There is a Gnome Open Add-on as well

Page 9 of 15 FirstFirst ... 7891011 ... 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
  •