Hello community, here is the log from the commit of package gnome-session checked in at Thu Sep 13 18:44:19 CEST 2007. -------- --- GNOME/gnome-session/gnome-session.changes 2007-09-13 05:03:46.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnome-session/gnome-session.changes 2007-09-13 16:31:03.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 13 16:30:13 CEST 2007 - sbrabec@suse.cz + +- Fixed background resetting in /usr/bin/gnome (#309946). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-session.spec ++++++ --- /var/tmp/diff_new_pack.Ud5421/_old 2007-09-13 18:44:11.000000000 +0200 +++ /var/tmp/diff_new_pack.Ud5421/_new 2007-09-13 18:44:11.000000000 +0200 @@ -16,7 +16,7 @@ License: GPL v2 or later, LGPL v2 or later Group: System/GUI/GNOME Version: 2.19.92 -Release: 4 +Release: 6 Summary: Session Tools for the GNOME 2.x Desktop Source: %{name}-%{version}.tar.bz2 Source1: gnome @@ -163,6 +163,8 @@ %files lang -f %{name}-2.0.lang %changelog +* Thu Sep 13 2007 - sbrabec@suse.cz +- Fixed background resetting in /usr/bin/gnome (#309946). * Thu Sep 13 2007 - cgaisford@novell.com - Fixed up kdm-support patch to support gnome sessions in KDM Novell Bug #308022 ++++++ gnome ++++++ --- GNOME/gnome-session/gnome 2007-09-07 22:36:16.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnome-session/gnome 2007-09-13 16:33:20.530648000 +0200 @@ -8,14 +8,11 @@ # https://bugzilla.novell.com/ # -# Set STYLE variable for other applications (e. g. xmms). -STYLE="$(gconftool-2 --get /desktop/gnome/interface/gtk_theme 2>/dev/null)" -export STYLE="${STYLE:-Default}" - -# If user still uses default wallpaper, update it: +# If user still uses default wallpaper or old wallpaper image does not exist any more, update to default: OLD_WALLPAPER=$(gconftool-2 --get /desktop/gnome/background/picture_filename 2>/dev/null) -if [ -z "$OLD_WALLPAPER" -o\ - "$OLD_WALLPAPER" != "${OLD_WALLPAPER#/usr/share/wallpapers/default}" ] ; then +PICTURE_OPTIONS=$(gconftool-2 --get /desktop/gnome/background/picture_options 2>/dev/null) +if [ "$PICTURE_OPTIONS" != "none" -a \(\ + "$OLD_WALLPAPER" != "${OLD_WALLPAPER#/usr/share/wallpapers/default}" -o ! -e "$OLD_WALLPAPER" \) ] ; then DIMENSIONS=$(xdpyinfo | sed -n 's/^ *dimensions: *\([^ ]*\) .*$/\1/p') X=${DIMENSIONS%x*} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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