Disable the maximize/unmaximize key bindings (#853410).
This commit is contained in:
parent
80b2e53fd1
commit
da306b6313
@ -20,6 +20,7 @@ Requires: e2fsprogs
|
|||||||
Requires: findutils
|
Requires: findutils
|
||||||
Requires: gawk
|
Requires: gawk
|
||||||
Requires: genisoimage
|
Requires: genisoimage
|
||||||
|
Requires: glib2
|
||||||
Requires: glibc
|
Requires: glibc
|
||||||
Requires: glibc-common
|
Requires: glibc-common
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
[org.gnome.desktop.wm.keybindings]
|
||||||
|
maximize=[]
|
||||||
|
unmaximize=[]
|
||||||
|
toggle-maximized=[]
|
@ -86,6 +86,10 @@ gconfset /apps/metacity/global_keybindings/switch_windows string disabled
|
|||||||
gconfset /desktop/gnome/interface/accessibility bool true
|
gconfset /desktop/gnome/interface/accessibility bool true
|
||||||
gconfset /desktop/gnome/interface/at-spi-corba bool true
|
gconfset /desktop/gnome/interface/at-spi-corba bool true
|
||||||
|
|
||||||
|
## Some settings are controlled by gsettings now.
|
||||||
|
install ${configdir}/org.gnome.desktop.wm.keybindings.gschema.override usr/share/glib-2.0/schemas
|
||||||
|
runcmd chroot ${root} glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
move usr/libexec/anaconda/auditd sbin
|
move usr/libexec/anaconda/auditd sbin
|
||||||
|
|
||||||
## for compatibility with Ancient Anaconda Traditions
|
## for compatibility with Ancient Anaconda Traditions
|
||||||
|
Loading…
Reference in New Issue
Block a user