Mailinglist Archive: opensuse-commit (1083 mails)

< Previous Next >
commit gnome-session
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 21 Sep 2007 15:22:35 +0200
  • Message-id: <20070921132235.6136967832C@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gnome-session
checked in at Fri Sep 21 15:22:35 CEST 2007.

--------
--- GNOME/gnome-session/gnome-session.changes   2007-09-19 22:57:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-session/gnome-session.changes    2007-09-20 17:37:07.706070000 +0200
@@ -2 +2,8 @@
-Wed Sep 19 22:56:08 CEST 2007 - cgaisford@xxxxxxx
+Thu Sep 20 17:35:33 CEST 2007 - cgaisford@xxxxxxxxxx
+
+- Updated gnome script to detect live install user and create
+  desktop entires in the ~/.config/autostart directory to disable
+  beagle and opensuse-updater applets.  Bug #326801
+
+-------------------------------------------------------------------
+Wed Sep 19 22:56:08 CEST 2007 - cgaisford@xxxxxxxxxx

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.X10103/_old  2007-09-21 15:21:29.000000000 +0200
+++ /var/tmp/diff_new_pack.X10103/_new  2007-09-21 15:21:29.000000000 +0200
@@ -16,7 +16,7 @@
 License:        GPL v2 or later, LGPL v2 or later
 Group:          System/GUI/GNOME
 Version:        2.20.0
-Release:        2
+Release:        4
 Summary:        Session Tools for the GNOME 2.x Desktop
 Source:         %{name}-%{version}.tar.bz2
 Source1:        gnome
@@ -159,7 +159,11 @@
 
 %files lang -f %{name}-2.0.lang
 %changelog
-* Wed Sep 19 2007 - cgaisford@xxxxxxx
+* Thu Sep 20 2007 - cgaisford@xxxxxxxxxx
+- Updated gnome script to detect live install user and create
+  desktop entires in the ~/.config/autostart directory to disable
+  beagle and opensuse-updater applets.  Bug #326801
+* Wed Sep 19 2007 - cgaisford@xxxxxxxxxx
 - 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

++++++ gnome ++++++
--- GNOME/gnome-session/gnome   2007-09-19 22:52:33.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-session/gnome    2007-09-20 17:35:29.143727000 +0200
@@ -83,6 +83,20 @@
 if [ -e /etc/YaST2/live-install.xml ] ; then
   mkdir -p ~/Desktop
   cp -u /usr/share/dist/desktop-files/live-installer.desktop ~/Desktop
+
+# setup live install to not start beagled
+  if [ -e /etc/xdg/autostart/beagled-autostart.desktop ] ; then
+    mkdir -p ~/.config/autostart
+       cp /etc/xdg/autostart/beagled-autostart.desktop ~/.config/autostart
+       echo "X-GNOME-Autostart-enabled=false" >> ~/.config/autostart/beagled-autostart.desktop
+  fi
+
+# setup live install to not start updater-applet
+  if [ -e /usr/share/gnome/autostart/opensuse-updater-applet.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
+  fi
 fi
 
 # Uncomment after SLED12, remove after SLED14:



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >