commit gconf2-branding-openSUSE for openSUSE:Factory
Hello community, here is the log from the commit of package gconf2-branding-openSUSE for openSUSE:Factory checked in at Mon Jan 31 11:20:26 CET 2011. -------- --- gconf2-branding-openSUSE/gconf2-branding-openSUSE.changes 2011-01-15 01:25:15.000000000 +0100 +++ /mounts/work_src_done/STABLE/gconf2-branding-openSUSE/gconf2-branding-openSUSE.changes 2011-01-26 18:35:26.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Jan 26 18:34:04 CET 2011 - vuntz@opensuse.org + +- Revert the previous change: some apps might still check the gconf + keys and having a sensible default there makes sense. Moreoever, + Firefox itself checks the keys. Fix bnc#665497. +- Set the default theme for GNOME Shell windows + (/desktop/gnome/shell/windows/theme) to Sonar, since we don't + have Adwaita at the moment. Fix bnc#666378. + +------------------------------------------------------------------- gconf2-branding-SLED.changes: same change gconf2-branding-SLES.changes: same change calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gconf2-branding-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.C9YHe5/_old 2011-01-31 11:19:48.000000000 +0100 +++ /var/tmp/diff_new_pack.C9YHe5/_new 2011-01-31 11:19:48.000000000 +0100 @@ -69,7 +69,7 @@ Group: System/GUI/GNOME Summary: openSUSE defaults for the GNOME configuration system Version: %{desktop_data_ver} -Release: 2 +Release: 3 Source: gconf2-branding_spec-prepare.sh # panel-default-setup.entries from gnome-panel (patched version): Source2: panel-default-setup.entries @@ -275,6 +275,11 @@ %gconf_set /apps/gnome-terminal/global/use_menu_accelerators --type=bool "false" # Do not retain PK authorizations by default (bnc#431569) lnussel@suse.de %gconf_set /desktop/gnome/policykit/auth_dialog_retain_authorization --type=bool "false" +# Use firefox, not epiphany for all apps handled by gnome-vfs2 and libgnome (keep inactive for ftp). This is not needed anymore strictly speaking, with the move to x-scheme-handler, but Firefox still checks for those keys and some apps might do the same: +%gconf_set /desktop/gnome/url-handlers/http/command --type=string "firefox %s" +%gconf_set /desktop/gnome/url-handlers/https/command --type=string "firefox %s" +%gconf_set /desktop/gnome/url-handlers/ftp/command --type=string "firefox %s" +%gconf_set /desktop/gnome/applications/browser/exec --type=string "firefox" # Use xchat for irc %gconf_set /desktop/gnome/url-handlers/irc/command --type=string "xchat --existing --url=%s" %gconf_set /desktop/gnome/url-handlers/irc/enabled --type=bool "true" @@ -309,6 +314,8 @@ # Change default theme in Metacity: %gconf_set /apps/metacity/general/theme --type=string "Sonar" %gconf_set /apps/metacity/general/titlebar_font --type=string "FifthLeg Bold 12" +# Change default theme in GNOME Shell: +%gconf_set /desktop/gnome/shell/windows/theme --type=string "Sonar" # Never preview sounds when mousing over an icon: %gconf_set /apps/nautilus/preferences/preview_sound --type=string "never" # Computer icon invisible on desktop: ++++++ gconf2-branding-SLED.spec ++++++ --- /var/tmp/diff_new_pack.C9YHe5/_old 2011-01-31 11:19:48.000000000 +0100 +++ /var/tmp/diff_new_pack.C9YHe5/_new 2011-01-31 11:19:48.000000000 +0100 @@ -69,7 +69,7 @@ Group: System/GUI/GNOME Summary: SLED defaults for the GNOME configuration system Version: %{desktop_data_ver} -Release: 3 +Release: 4 Source: gconf2-branding_spec-prepare.sh # panel-default-setup.entries from gnome-panel (patched version): Source2: panel-default-setup.entries @@ -275,6 +275,11 @@ %gconf_set /apps/gnome-terminal/global/use_menu_accelerators --type=bool "false" # Do not retain PK authorizations by default (bnc#431569) lnussel@suse.de %gconf_set /desktop/gnome/policykit/auth_dialog_retain_authorization --type=bool "false" +# Use firefox, not epiphany for all apps handled by gnome-vfs2 and libgnome (keep inactive for ftp). This is not needed anymore strictly speaking, with the move to x-scheme-handler, but Firefox still checks for those keys and some apps might do the same: +%gconf_set /desktop/gnome/url-handlers/http/command --type=string "firefox %s" +%gconf_set /desktop/gnome/url-handlers/https/command --type=string "firefox %s" +%gconf_set /desktop/gnome/url-handlers/ftp/command --type=string "firefox %s" +%gconf_set /desktop/gnome/applications/browser/exec --type=string "firefox" # Use xchat for irc %gconf_set /desktop/gnome/url-handlers/irc/command --type=string "xchat --existing --url=%s" %gconf_set /desktop/gnome/url-handlers/irc/enabled --type=bool "true" @@ -309,6 +314,8 @@ # Change default theme in Metacity: %gconf_set /apps/metacity/general/theme --type=string "Sonar" %gconf_set /apps/metacity/general/titlebar_font --type=string "FifthLeg Bold 12" +# Change default theme in GNOME Shell: +%gconf_set /desktop/gnome/shell/windows/theme --type=string "Sonar" # Never preview sounds when mousing over an icon: %gconf_set /apps/nautilus/preferences/preview_sound --type=string "never" # Computer icon invisible on desktop: gconf2-branding-SLES.spec: same change ++++++ gconf2-branding.changes.in ++++++ --- /var/tmp/diff_new_pack.C9YHe5/_old 2011-01-31 11:19:48.000000000 +0100 +++ /var/tmp/diff_new_pack.C9YHe5/_new 2011-01-31 11:19:48.000000000 +0100 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Wed Jan 26 18:34:04 CET 2011 - vuntz@opensuse.org + +- Revert the previous change: some apps might still check the gconf + keys and having a sensible default there makes sense. Moreoever, + Firefox itself checks the keys. Fix bnc#665497. +- Set the default theme for GNOME Shell windows + (/desktop/gnome/shell/windows/theme) to Sonar, since we don't + have Adwaita at the moment. Fix bnc#666378. + +------------------------------------------------------------------- Thu Jan 13 11:58:07 CET 2011 - vuntz@opensuse.org - Remove setting of Firefox as default browser/ftp client: this is ++++++ gconf2-branding.spec.in ++++++ --- /var/tmp/diff_new_pack.C9YHe5/_old 2011-01-31 11:19:48.000000000 +0100 +++ /var/tmp/diff_new_pack.C9YHe5/_new 2011-01-31 11:19:48.000000000 +0100 @@ -271,6 +271,11 @@ %gconf_set /apps/gnome-terminal/global/use_menu_accelerators --type=bool "false" # Do not retain PK authorizations by default (bnc#431569) lnussel@suse.de %gconf_set /desktop/gnome/policykit/auth_dialog_retain_authorization --type=bool "false" +# Use firefox, not epiphany for all apps handled by gnome-vfs2 and libgnome (keep inactive for ftp). This is not needed anymore strictly speaking, with the move to x-scheme-handler, but Firefox still checks for those keys and some apps might do the same: +%gconf_set /desktop/gnome/url-handlers/http/command --type=string "firefox %s" +%gconf_set /desktop/gnome/url-handlers/https/command --type=string "firefox %s" +%gconf_set /desktop/gnome/url-handlers/ftp/command --type=string "firefox %s" +%gconf_set /desktop/gnome/applications/browser/exec --type=string "firefox" # Use xchat for irc %gconf_set /desktop/gnome/url-handlers/irc/command --type=string "xchat --existing --url=%s" %gconf_set /desktop/gnome/url-handlers/irc/enabled --type=bool "true" @@ -305,6 +310,8 @@ # Change default theme in Metacity: %gconf_set /apps/metacity/general/theme --type=string "Sonar" %gconf_set /apps/metacity/general/titlebar_font --type=string "FifthLeg Bold 12" +# Change default theme in GNOME Shell: +%gconf_set /desktop/gnome/shell/windows/theme --type=string "Sonar" # Never preview sounds when mousing over an icon: %gconf_set /apps/nautilus/preferences/preview_sound --type=string "never" # Computer icon invisible on desktop: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de