Changeset c15f71a for skype/README


Ignore:
Timestamp:
2007-09-04T16:59:28Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
40d2dc4
Parents:
5d1b0774
Message:

skyped: use Skype4Py's X11 api
this solves all those weird freezes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    r5d1b0774 rc15f71a  
    6262make install
    6363----
     64
     65- Install http://skype4py.sourceforge.net/[Skype4Py].
     66
     67(You may remember that previous versions of `skyped` did not require this
     68package. This because it now uses the X11 interface of Skype (because the
     69previously used DBus interface had
     70http://forum.skype.com/index.php?s=&showtopic=94545&view=findpost&p=431710[known
     71problems]), but I wanted to prevent a large code duplication from that project.
     72In addition it then no longer requires the `dbus-python` package, just
     73`pygobject`.)
    6474
    6575- Start Skype and `skyped` (the tcp server):
     
    171181== Known bugs
    172182
    173 - Sometimes when you get a lot of messages in a short time, some of the
    174   messages are dropped. This is a known bug in Skype itself as of version
    175   1.4.0.99
    176   (http://forum.skype.com/index.php?s=&showtopic=94545&view=findpost&p=431710[link]).
     183- None at this time.
    177184
    178185== Screenshots
Note: See TracChangeset for help on using the changeset viewer.