This commit is contained in:
parent
f0cdea0992
commit
89aebbf02d
11
gnome
11
gnome
@ -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*}
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 16:30:13 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Fixed background resetting in /usr/bin/gnome (#309946).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 05:02:54 CEST 2007 - cgaisford@novell.com
|
||||
|
||||
|
@ -16,7 +16,7 @@ BuildRequires: CASA-devel control-center2-devel fdupes gnome-common gnome-deskt
|
||||
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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user