GNOME Bugzilla – Bug 327959
Nothing happens if you left click on the icon
Last modified: 2006-01-24 18:14:28 UTC
Found from http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178118 Comment from Christopher Aillon (caillon@redhat.com) on 2006-01-18 ... it should launch the [preferences] menu, like R click does....
Created attachment 57783 [details] [review] initial patch Initial patch, probably wrong. If you double click, then three instances of g-p-p appear, which is definatly wrong. This page is useful: http://developer.gimp.org/api/2.0/gdk/gdk-Event-Structures.html
Uh, the menu != gnome-power-prefs. You know, the one with suspend, hibernate, etc. like what happens when you R click.
But I also think that double click should no longer do anything. The user will be able to access the prefs from the menu
Okay, gotcha. Jon, Jaap, this sound okay?
Sounds right to me.
Shouldn't the menu's be different, e.g. left button has Hibernate, Suspend, while right has Preference, Help, About?
I'm ok if we rip that double click behaviour opens power preferences, but it doesn't really hurt either to have it. It's something that users might discover by reading the help (when we put it in there). Splitting up the menu over right and left click sounds wrong to me. How do I know which one I should use. Furthermore I don't know of any applet that shows a menu on left click.
Created attachment 57962 [details] [review] patch I'm don't think there are enough things in the menu to justify a different right and left click menu. Ok to commit?
Okay, agreed. Go for it Jon, good to commit. Thanks.