OBS User unknown 2008-05-24 09:14:50 +00:00 committed by Git OBS Bridge
parent 085d2c2832
commit be4ea66aff
3 changed files with 13 additions and 4 deletions

6
gnome
View File

@ -88,10 +88,10 @@ if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; then
fi
# setup live install to not start updater-applet
if [ -e /usr/share/gnome/autostart/opensuse-updater-applet.desktop ] ; then
if [ -e /usr/share/gnome/autostart/gpk-update-icon.desktop ] ; then
mkdir -p ~/.config/autostart
cp /usr/share/gnome/autostart/opensuse-updater-applet.desktop ~/.config/autostart
echo "X-GNOME-Autostart-enabled=false" >> ~/.config/autostart/opensuse-updater-applet.desktop
cp /usr/share/gnome/autostart/gpk-update-icon.desktop ~/.config/autostart
echo "X-GNOME-Autostart-enabled=false" >> ~/.config/autostart/gpk-update-icon.desktop
fi
fi

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 24 02:08:45 CEST 2008 - sreeves@suse.de
- Update the "gnome" script to not start gpk-update-icon on live install
BNC #390658
-------------------------------------------------------------------
Mon May 19 17:38:53 CEST 2008 - sbrabec@suse.cz

View File

@ -16,7 +16,7 @@ BuildRequires: control-center2-devel fdupes gnome-common gnome-desktop-devel gn
License: GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME
Version: 2.22.1.1
Release: 35
Release: 37
Summary: Session Tools for the GNOME 2.x Desktop
Source: %{name}-%{version}.tar.bz2
Source1: gnome
@ -196,6 +196,9 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}-2.0.lang
%changelog
* Sat May 24 2008 sreeves@suse.de
- Update the "gnome" script to not start gpk-update-icon on live install
BNC #390658
* Mon May 19 2008 sbrabec@suse.cz
- Added needed desktop files and icons from gnome2-SuSE
(bnc#388735).