From d3deef8631e8780ff230377156d0ce390bfff659743ceca34207fc4e9fcc23f5 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 17 Apr 2008 14:41:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=39 --- gnome | 4 ++-- gnome-session.changes | 7 +++++++ gnome-session.spec | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/gnome b/gnome index 1de4f94..f1900bd 100644 --- a/gnome +++ b/gnome @@ -73,8 +73,8 @@ fi # Install the live install desktop icon this way until there is # a better solution. The actual files reside in gnome2-SuSE -# the /etc/YaST2/live-install.xml only exists on a live install system -if [ -e /etc/YaST2/live-install.xml ] ; then +# the /usr/share/applications/YaST2/live-installer.desktop exists on a live install system +if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; then mkdir -p ~/Desktop cp -u /usr/share/dist/desktop-files/live-installer.desktop ~/Desktop diff --git a/gnome-session.changes b/gnome-session.changes index 58d4e33..3a53007 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 16 16:12:30 CEST 2008 - jpr@suse.de + +- Check for existence of + /usr/share/applications/YaST2/live-installer.desktop to indicate + a live CD in the gnome script + ------------------------------------------------------------------- Mon Apr 14 18:55:56 CEST 2008 - sbrabec@suse.cz diff --git a/gnome-session.spec b/gnome-session.spec index 09bc88a..e3f4aea 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -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: 4 +Release: 7 Summary: Session Tools for the GNOME 2.x Desktop Source: %{name}-%{version}.tar.bz2 Source1: gnome @@ -181,6 +181,10 @@ rm -rf $RPM_BUILD_ROOT %files lang -f %{name}-2.0.lang %changelog +* Wed Apr 16 2008 jpr@suse.de +- Check for existence of + /usr/share/applications/YaST2/live-installer.desktop to indicate + a live CD in the gnome script * Mon Apr 14 2008 sbrabec@suse.cz - Removed /usr/bin/gnome code modifying default background in user gconf database (bnc#369924).