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:
David Shea 2015-08-26 14:53:47 -04:00
parent aab6998a49
commit d93ace517e
2 changed files with 1607 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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