GNOME Bugzilla – Bug 416541
More choices on Double-click on titlebar: "minimize" and "none"
Last modified: 2007-08-12 14:13:39 UTC
Please describe the problem: Metacity already supports minimizing a window when double-clicking in the window titlebar, but the vast majority of users who want that (usually new Linux users coming from the Mac world) don't know about it: gconftool-2 --set /apps/metacity/general/action_double_click_titlebar --type string minimize Please add the "none" and "minimize" options in the window preferences dialog, along with the current "maximize" and "rollup" options. At least for the minimize option, the code is there. It's just the GUI that needs updating. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 85078 [details] [review] add more doubleclick options I don't see any reason not to, so here's a patch adding those two options.
Created attachment 85081 [details] [review] add more doubleclick options - now without typo...
This looks like the same as bug #408907, isn't it?
not exactly, the changes on the other bugs add new actions for other buttons, this one lists extra action to the existing category
2007-08-12 Jens Granseuer <jensgr@gmx.net> * metacity-window-manager.c: (metacity_change_settings), (metacity_get_settings), (metacity_get_double_click_actions): expose missing metacity double-click actions. Closes bug #416541.