lorax: keep GTK theme installed, minor cleanup

This commit is contained in:
Marek Marczykowski-Górecki 2015-03-24 00:32:06 +01:00 committed by Jon Griffiths
parent 3bfd4282f3
commit 41896c82c4
3 changed files with 1 additions and 8 deletions

View File

@ -110,9 +110,6 @@ removefrom gtk3 /usr/share/themes/*
## the Fedora icon theme inherits from Mist, so we need that ## the Fedora icon theme inherits from Mist, so we need that
removefrom gnome-themes --allbut /usr/share/icons/Mist/* \ removefrom gnome-themes --allbut /usr/share/icons/Mist/* \
/usr/share/themes/Clearlooks/* /usr/share/themes/Clearlooks/*
## Adwaita is the default theme for gtk3 and the default metacity theme
removefrom gnome-themes-standard --allbut /usr/share/themes/Adwaita/*
removefrom metacity --allbut /usr/bin/* /usr/${libdir}/* /etc/*
## filesystem tools ## filesystem tools
removefrom e2fsprogs /usr/share/locale/* removefrom e2fsprogs /usr/share/locale/*

View File

@ -4,7 +4,7 @@
installpkg python installpkg python
## anaconda package ## anaconda package
installpkg anaconda anaconda-widgets installpkg anaconda
## anaconda deps that aren't in the RPM ## anaconda deps that aren't in the RPM
installpkg tmux installpkg tmux
installpkg iscsi-initiator-utils installpkg iscsi-initiator-utils

View File

@ -104,10 +104,6 @@ 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
## Make sure we have a GTK theme
mkdir etc/gtk-3.0/
copy usr/share/gtk-3.0/settings.ini etc/gtk-3.0/
## Some settings are controlled by gsettings now. ## Some settings are controlled by gsettings now.
install ${configdir}/org.gnome.desktop.wm.keybindings.gschema.override usr/share/glib-2.0/schemas install ${configdir}/org.gnome.desktop.wm.keybindings.gschema.override usr/share/glib-2.0/schemas
install ${configdir}/org.gnome.desktop.wm.preferences.gschema.override usr/share/glib-2.0/schemas install ${configdir}/org.gnome.desktop.wm.preferences.gschema.override usr/share/glib-2.0/schemas