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 705432 - Add "Maximise window" method
Add "Maximise window" method
Status: RESOLVED WONTFIX
Product: gnome-shell
Classification: Core
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-04 09:00 UTC by Bastien Nocera
Modified: 2013-08-27 09:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2013-08-04 09:00:24 UTC
The Chromebook pixel has a "maximise window" button that should be mapped to this function by default. This involves udev keymap changes, as well as gnome-settings-daemon changes. To minimise the changes to the shell, we should just expose a new D-Bus method for g-s-d to use.

(To be checked, whether to maximise the window, or "toggle maximise" instead)

https://support.google.com/chromeos/answer/1047364?hl=en
Comment 1 drago01 2013-08-04 09:04:21 UTC
Which window should this maximize? Just the focused one or accept and XID and find the window?
Comment 2 Bastien Nocera 2013-08-04 10:01:13 UTC
The currently focused one. It's the exact same thing as "Super+Up" (or maybe "Alt+F10", we don't know whether it should toggle....).
Comment 3 Giovanni Campagna 2013-08-04 22:04:15 UTC
We definitely should not ping-pong between gnome-settings-daemon and gnome-shell.
We already have a maximize keybinding, just add the new keysym as a secondary binding there.
Comment 4 drago01 2013-08-05 14:27:29 UTC
(In reply to comment #3)
> We definitely should not ping-pong between gnome-settings-daemon and
> gnome-shell.
> We already have a maximize keybinding, just add the new keysym as a secondary
> binding there.

Yeah that makes sense.
Comment 5 Bastien Nocera 2013-08-06 10:08:14 UTC
Fair enough, we just need the maximise button to be done in the kernel/Xorg.
Comment 6 Giovanni Campagna 2013-08-27 09:00:48 UTC
Ok, closing at this level.