Replace the metacity theme file.
This replaces the Adwaita metacity-theme-2.xml file with a version that sets has_title=False and removes the title borders for maximized windows. This allows anaconda to run as a maximized window instead of a fullscreen window while still running without a titlebar. Related: rhbz#1231856
This commit is contained in:
parent
aab6998a49
commit
d93ace517e
1604
share/config_files/common/metacity-theme-2.xml
Normal file
1604
share/config_files/common/metacity-theme-2.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -99,6 +99,9 @@ gconfset /apps/metacity/global_keybindings/switch_windows string disabled
|
||||
gconfset /desktop/gnome/interface/accessibility bool true
|
||||
gconfset /desktop/gnome/interface/at-spi-corba bool true
|
||||
|
||||
## Replace the metacity theme file with one that hides the titlebar of maximized windows
|
||||
install ${configdir}/common/metacity-theme-2.xml usr/share/themes/Adwaita/metacity-1/
|
||||
|
||||
## 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
|
||||
|
Loading…
Reference in New Issue
Block a user