From 8fbe674ed37d05169dde3e8f1c170758d0f66c4a Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 31 Aug 2014 14:13:15 +0200 Subject: Mga 4 final configs --- files/glib2-branding.gschema.override | 73 +++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 files/glib2-branding.gschema.override (limited to 'files/glib2-branding.gschema.override') diff --git a/files/glib2-branding.gschema.override b/files/glib2-branding.gschema.override new file mode 100644 index 0000000..52a4905 --- /dev/null +++ b/files/glib2-branding.gschema.override @@ -0,0 +1,73 @@ +[org.gnome.desktop.interface] +## No accessibility by default, until we're 100% there's no regression +toolkit-accessibility = false +### For the theme, we stay with the defaults +## Note: for non-GNOME sessions, the cursor theme is defined in /var/adm/fillup-templates/sysconfig.windowmanager-desktop-data-openSUSE from desktop-data-openSUSE +# cursor-theme = "" +## Note: gtk[23]-branding-%{branding_name} must contain the same defaults for icon and gtk, otherwise the theme will change when gnome-settings-daemon starts +# icon-theme = "" +gtk-theme = "oxygen-gtk" + +[org.gnome.desktop.background] +## Default wallpaper +picture-uri = "file:///usr/share/mga/backgrounds/default.jpg" +picture-options = "stretched" +primary-color = "#258c06" +secondary-color = "#258c06" + +[org.gnome.desktop.screensaver] +## Default wallpaper +picture-uri = "file:///usr/share/mga/backgrounds/default.jpg" +picture-options = "stretched" +primary-color = "#258c06" +secondary-color = "#258c06" + +[org.gnome.login-screen] +## Logo in the gdm login dialog +# logo='/usr/share/icons/hicolor/scalable/apps/distributor.svg' + +[org.gnome.libgnomekbd.desktop] +## Set keyboard layout global per session instead of per window +#group-per-window = false + +[org.gnome.desktop.sound] +## Make sure to have event sounds by default +event-sounds = true + +[org.gnome.desktop.wm.preferences] +## Audible bell is more annoying than useful +audible-bell = false +### For the theme, we stay with the defaults +# titlebar-uses-system-font = false +# titlebar-font = "" +# theme = "" + +[org.gnome.settings-daemon.plugins.xsettings] +## the PackageKit gtk+ module is too spammy, fdo#23917 +disabled-gtk-modules = [ "pk-gtk-module" ] + +[org.gnome.settings-daemon.plugins.media-keys] +help = "XF86Help" + +[org.gnome.shell] +## Default apps shown in the gnome-shell dash +favorite-apps = [ 'mageia-draklive-install.desktop', 'register.desktop', 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop', 'mageia-drakconf.desktop' ] +## Default extensions that are enabled +#enabled-extensions = [ 'alternative-status-menu@gnome-shell-extensions.gnome.org' ] + +[org.gnome.gnome-panel.applet.window-list] +## Display all workspaces in the gnome-panel window list applet +#display-all-workspaces = true + +[org.freedesktop.Tracker.Miner.Files] +## Disable indexing on removable media +index-removable-devices = false + +[org.gnome.eog.ui] +## External editor to use when editing image +external-editor = "gimp.desktop" + +# ovitters: disable to avoid longstanding bug causing occasional 100% CPU usage +# in gnome-settings-daemon as well as a blinking numlock +[org.gnome.settings-daemon.peripherals.keyboard] +remember-numlock-state = false -- cgit v1.2.1