Menu

#10 Launch Gmail on double-click of tray icon

open
nobody
None
5
2006-09-08
2006-09-08
Steve
No

This modification to GmailNotify.tray_icon_clicked in
notifier.py allows double-clicking on the tray icon in
order to launch gmail in the user's browser.

Discussion

  • Steve

    Steve - 2006-09-08

    Launch Gmail on double-click of tray icon

     
  • twodayslate

    twodayslate - 2008-11-16

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.