This commit is contained in:
parent
9d3072d6d3
commit
699fbdf1c1
2
gnome
2
gnome
@ -76,7 +76,7 @@ fi
|
|||||||
# the /usr/share/applications/YaST2/live-installer.desktop exists on a live install system
|
# the /usr/share/applications/YaST2/live-installer.desktop exists on a live install system
|
||||||
if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; 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/applications/YaST2/live-installer.desktop ~/Desktop
|
||||||
|
|
||||||
# setup live install to not start beagled
|
# setup live install to not start beagled
|
||||||
if [ -e /etc/xdg/autostart/beagled-autostart.desktop ] ; then
|
if [ -e /etc/xdg/autostart/beagled-autostart.desktop ] ; then
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 23:20:05 CEST 2008 - vuntz@suse.de
|
||||||
|
|
||||||
|
- Actually copy the right live-installer.desktop (instead of a
|
||||||
|
non-existing file) in gnome script so the installer icon appears
|
||||||
|
on the desktop.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 22 20:38:23 CEST 2008 - vuntz@suse.de
|
Tue Apr 22 20:38:23 CEST 2008 - vuntz@suse.de
|
||||||
|
|
||||||
|
@ -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: 11
|
Release: 17
|
||||||
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
|
||||||
@ -176,6 +176,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}-2.0.lang
|
%files lang -f %{name}-2.0.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 30 2008 vuntz@suse.de
|
||||||
|
- Actually copy the right live-installer.desktop (instead of a
|
||||||
|
non-existing file) in gnome script so the installer icon appears
|
||||||
|
on the desktop.
|
||||||
* Tue Apr 22 2008 vuntz@suse.de
|
* Tue Apr 22 2008 vuntz@suse.de
|
||||||
- Remove old PATCH-NEEDS-REBASE tag for
|
- Remove old PATCH-NEEDS-REBASE tag for
|
||||||
gnome-session-wm-switch.patch. I forgot to remove it in the
|
gnome-session-wm-switch.patch. I forgot to remove it in the
|
||||||
|
Loading…
Reference in New Issue
Block a user