[Pkg-xfce-commits] r5928 - in goodies/trunk/lightdm/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Tue Aug 9 07:41:35 UTC 2011


Author: corsac
Date: 2011-08-09 19:41:35 +0000 (Tue, 09 Aug 2011)
New Revision: 5928

Removed:
   goodies/trunk/lightdm/debian/patches/05_always-export-XAUTHORITY.patch
Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/patches/series
Log:
05_always-export-XAUTHORITY dropped, included upstream. 

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2011-08-09 19:39:46 UTC (rev 5927)
+++ goodies/trunk/lightdm/debian/changelog	2011-08-09 19:41:35 UTC (rev 5928)
@@ -3,6 +3,7 @@
   * New upstream release.
   * debian/patches:
     - 01_set-default-path refreshed.
+    - 05_always-export-XAUTHORITY dropped, included upstream. 
 
  -- Yves-Alexis Perez <corsac at debian.org>  Tue, 09 Aug 2011 20:55:24 +0200
 

Deleted: goodies/trunk/lightdm/debian/patches/05_always-export-XAUTHORITY.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/05_always-export-XAUTHORITY.patch	2011-08-09 19:39:46 UTC (rev 5927)
+++ goodies/trunk/lightdm/debian/patches/05_always-export-XAUTHORITY.patch	2011-08-09 19:41:35 UTC (rev 5928)
@@ -1,17 +0,0 @@
-diff --git a/src/xsession.c b/src/xsession.c
-index 6474799..01cbea1 100644
---- a/src/xsession.c
-+++ b/src/xsession.c
-@@ -67,11 +67,11 @@ xsession_start (Session *session)
-             path = g_build_filename (dir, "xauthority", NULL);
-             g_free (dir);
- 
--            process_set_env (PROCESS (session), "XAUTHORITY", path);
-         }
-         else
-             path = g_build_filename (user_get_home_directory (session_get_user (session)), ".Xauthority", NULL);
- 
-+        process_set_env (PROCESS (session), "XAUTHORITY", path);
-         XSESSION (session)->priv->authority_file = g_file_new_for_path (path);
-         g_free (path);
- 

Modified: goodies/trunk/lightdm/debian/patches/series
===================================================================
--- goodies/trunk/lightdm/debian/patches/series	2011-08-09 19:39:46 UTC (rev 5927)
+++ goodies/trunk/lightdm/debian/patches/series	2011-08-09 19:41:35 UTC (rev 5928)
@@ -2,4 +2,3 @@
 02_default-config.patch
 03_quit-plymouth.patch
 04_default-gtk-greeter-config.patch
-05_always-export-XAUTHORITY.patch




More information about the Pkg-xfce-commits mailing list