[Pkg-xfce-commits] r5365 - desktop/trunk/xfce4-session/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon Apr 11 01:59:54 UTC 2011


Author: corsac
Date: 2011-04-11 13:59:52 +0000 (Mon, 11 Apr 2011)
New Revision: 5365

Modified:
   desktop/trunk/xfce4-session/debian/changelog
   desktop/trunk/xfce4-session/debian/postinst
Log:
* debian/postinst:
  - lower x-session-manager priority so startxfce4 takes precedence.

Modified: desktop/trunk/xfce4-session/debian/changelog
===================================================================
--- desktop/trunk/xfce4-session/debian/changelog	2011-04-11 13:58:39 UTC (rev 5364)
+++ desktop/trunk/xfce4-session/debian/changelog	2011-04-11 13:59:52 UTC (rev 5365)
@@ -5,6 +5,8 @@
     - drop Emanuele and Simon from Uploaders, thanks to them.
   * debian/patches:
     - 05_force-xfsettingsd-start added, force xfsettingsd to start.
+  * debian/postinst:
+    - lower x-session-manager priority so startxfce4 takes precedence.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 02 Apr 2011 17:50:37 +0200
 

Modified: desktop/trunk/xfce4-session/debian/postinst
===================================================================
--- desktop/trunk/xfce4-session/debian/postinst	2011-04-11 13:58:39 UTC (rev 5364)
+++ desktop/trunk/xfce4-session/debian/postinst	2011-04-11 13:59:52 UTC (rev 5365)
@@ -2,7 +2,7 @@
 
 if [ "$1" = configure ]; then
   update-alternatives --install /usr/bin/x-session-manager \
-    x-session-manager /usr/bin/xfce4-session 50 \
+    x-session-manager /usr/bin/xfce4-session 40 \
     --slave /usr/share/man/man1/x-session-manager.1.gz \
     x-session-manager.1.gz /usr/share/man/man1/xfce4-session.1.gz 
 fi




More information about the Pkg-xfce-commits mailing list