Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit gnome-session
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 20 Sep 2007 14:00:25 +0200
- Message-id: <20070920120025.3D37F678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gnome-session
checked in at Thu Sep 20 14:00:24 CEST 2007.
--------
--- GNOME/gnome-session/gnome-session.changes 2007-09-19 03:37:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-session/gnome-session.changes 2007-09-19 22:57:15.876182000 +0200
@@ -1,0 +2,8 @@
+Wed Sep 19 22:56:08 CEST 2007 - cgaisford@xxxxxxx
+
+- Updated gnome script to create live install desktop file if the
+ system is booted into a live install configuration. Also depends
+ on an update to the gnome2-SuSE package which contains the desktop
+ file. Bug #310543
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.g22583/_old 2007-09-20 14:00:12.000000000 +0200
+++ /var/tmp/diff_new_pack.g22583/_new 2007-09-20 14:00:12.000000000 +0200
@@ -16,7 +16,7 @@
License: GPL v2 or later, LGPL v2 or later
Group: System/GUI/GNOME
Version: 2.20.0
-Release: 1
+Release: 2
Summary: Session Tools for the GNOME 2.x Desktop
Source: %{name}-%{version}.tar.bz2
Source1: gnome
@@ -158,8 +158,12 @@
%endif
%files lang -f %{name}-2.0.lang
-
%changelog
+* Wed Sep 19 2007 - cgaisford@xxxxxxx
+- Updated gnome script to create live install desktop file if the
+ system is booted into a live install configuration. Also depends
+ on an update to the gnome2-SuSE package which contains the desktop
+ file. Bug #310543
* Wed Sep 19 2007 - mauro@xxxxxxx
- Update to version 2.20.0
+ Updated translations
++++++ gnome ++++++
--- GNOME/gnome-session/gnome 2007-09-14 22:34:22.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-session/gnome 2007-09-19 22:52:33.293077000 +0200
@@ -77,6 +77,14 @@
cp -u /usr/share/dist/desktop-files/SuSE.desktop ~/Desktop
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
+ mkdir -p ~/Desktop
+ cp -u /usr/share/dist/desktop-files/live-installer.desktop ~/Desktop
+fi
+
# Uncomment after SLED12, remove after SLED14:
#rm -f ~/.skel/gnome2-run ~/.skel/gnome2-run-9.2 ~/.skel/sled10-run
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |