Hacker News new | ask | show | jobs
by scribu 5117 days ago
At some point, Skype announced that it would open-source the UI part of the Linux client, allowing people to implement whatever interface they wanted.

I guess that was before they were bought by Microsoft.

1 comments

You can communicate with the Skype client over DBus, which allows you to replace a lot (although not all) of the UI with something else. Two examples:

http://code.google.com/p/skype4pidgin/ https://github.com/technomancy/dotfiles/blob/master/bin/skyy...

The protocol is incomplete (the "native" Qt UI isn't built on it), but it is at least documented on their dev site.

There's also https://launchpad.net/~skype-wrapper/+archive/ppa but it's buggy and still requires you have the main Skype window running.