This commit is contained in:
parent
02d6648448
commit
d3deef8631
4
gnome
4
gnome
@ -73,8 +73,8 @@ fi
|
|||||||
|
|
||||||
# Install the live install desktop icon this way until there is
|
# Install the live install desktop icon this way until there is
|
||||||
# a better solution. The actual files reside in gnome2-SuSE
|
# a better solution. The actual files reside in gnome2-SuSE
|
||||||
# the /etc/YaST2/live-install.xml only exists on a live install system
|
# the /usr/share/applications/YaST2/live-installer.desktop exists on a live install system
|
||||||
if [ -e /etc/YaST2/live-install.xml ] ; then
|
if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; then
|
||||||
mkdir -p ~/Desktop
|
mkdir -p ~/Desktop
|
||||||
cp -u /usr/share/dist/desktop-files/live-installer.desktop ~/Desktop
|
cp -u /usr/share/dist/desktop-files/live-installer.desktop ~/Desktop
|
||||||
|
|
||||||
|
@ -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
|
Mon Apr 14 18:55:56 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -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
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.22.1.1
|
Version: 2.22.1.1
|
||||||
Release: 4
|
Release: 7
|
||||||
Summary: Session Tools for the GNOME 2.x Desktop
|
Summary: Session Tools for the GNOME 2.x Desktop
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: gnome
|
Source1: gnome
|
||||||
@ -181,6 +181,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}-2.0.lang
|
%files lang -f %{name}-2.0.lang
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 14 2008 sbrabec@suse.cz
|
||||||
- Removed /usr/bin/gnome code modifying default background in user
|
- Removed /usr/bin/gnome code modifying default background in user
|
||||||
gconf database (bnc#369924).
|
gconf database (bnc#369924).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user