[pygtk] Statusicon under Windows 7

2010-01-14 Thread Yann Leboulanger
Hi all, Under windows seven (and probably windows server) gtk.statusicon disappear from systray. Even if we ask Windows to keep it in systay, it stays until we restart the program. Is there something I did badly? I attach a small testcase. -- Yann Leboulanger #!/usr/bin/env python import

[pygtk] gio monitor issues

2010-01-14 Thread danieleisca
Hi all, I'm trying to add a gio monitor on my application as below: import gio self.gfile = gio.File(os.path.expanduser(~/)) self.monitor = self.gfile.monitor_directory(gio.FILE_MONITOR_NONE, None) self.monitor.connect('changed', self.on_monitor_event) but only changements into the home