I know some people who would love to switch from azureus to rufus when rufus would have a working systray icon for minimizing rufus.
Rufus is starting to get a real choise for us, linuxusers. Please keep supporting this excellent piece of work. :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I know some people who would love to switch from azureus to rufus when rufus would have a working systray icon for minimizing rufus.
Rufus is starting to get a real choise for us, linuxusers. Please keep supporting this excellent piece of work. :-)
Hey,
OK. I'll see if I can get the existing win32 systray working with Linux... if not I'll create a new one.
Cheers
d0c
Cool, i hope it's an easy thing to do.
http://www.thescripts.com/forum/thread168842.html
http://blog.vrplumber.com/scripts/recordingdevices.py
wxPython 2.6 stuff
I thought I would post what is available to native linux window managers already. Which may help provided you can test for availability.
http://www-128.ibm.com/developerworks/linux/library/l-wrap/
Gives an example however it is written in C and needs to be wrapped. However you create a python module in the process.
A bit more info for the X-Window system
http://freedesktop.org/wiki/Standards/systemtray-spec
http://www.wxpython.org/docs/api/wx.TaskBarIcon-class.html
That might help not to sure.
http://wiki.wxpython.org/index.cgi/FlashingTaskbarIcon
However different code for gnome and kde there is a pypanel module which is supposedly all WM compatible.
http://pypanel.sourceforge.net/
Hope this helps.