After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 416541 - More choices on Double-click on titlebar: "minimize" and "none"
More choices on Double-click on titlebar: "minimize" and "none"
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Window preferences
git master
Other All
: Normal normal
: ---
Assigned To: Havoc Pennington
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-09 18:45 UTC by Eugenia Loli-Queru
Modified: 2007-08-12 14:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
add more doubleclick options (2.05 KB, patch)
2007-03-21 20:56 UTC, Jens Granseuer
none Details | Review
add more doubleclick options - now without typo... (2.05 KB, patch)
2007-03-21 22:13 UTC, Jens Granseuer
committed Details | Review

Description Eugenia Loli-Queru 2007-03-09 18:45:59 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:
Comment 1 Jens Granseuer 2007-03-21 20:56:02 UTC
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.
Comment 2 Jens Granseuer 2007-03-21 22:13:07 UTC
Created attachment 85081 [details] [review]
add more doubleclick options - now without typo...
Comment 3 Gabor Kelemen 2007-03-29 10:22:02 UTC
This looks like the same as bug #408907, isn't it?
Comment 4 Sebastien Bacher 2007-03-29 11:07:29 UTC
not exactly, the changes on the other bugs add new actions for other buttons, this one lists extra action to the existing category
Comment 5 Jens Granseuer 2007-08-12 14:13:39 UTC
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.