-
This is the major one from this list:
* "Go to inbox" actually takes you to your inbox without having to provide
username and password. The notifier application from Google can do that so
it's possible.
2008-11-16 04:24:21 UTC in Gmail Notifier
-
That would be awesome!
Would it be:
os.system( command? )
new to python so IDK.
2008-11-16 02:57:55 UTC in Gmail Notifier
-
This is an OK script. It uses: event.type == gtk.gdk._2BUTTON_PRESS which is for all buttons, not just the left button.
Anyway to get the scroll box to show up when you scroll up on the icon and then scroll down when you scroll down?
event.direction == gtk.gdk.SCROLL_UP:
event.type == gtk.gdk.SCROLL_UP:
did not work.
Thanks.
2008-11-16 02:55:54 UTC in Gmail Notifier