[Pkg-xfce-commits] r7150 - goodies/trunk/lightdm/debian/patches

Yves-Alexis Perez corsac at alioth.debian.org
Sun Sep 2 01:36:20 UTC 2012


Author: corsac
Date: 2012-09-02 13:36:20 +0000 (Sun, 02 Sep 2012)
New Revision: 7150

Removed:
   goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch
Log:
stop shippig unused patch


Deleted: goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch	2012-09-02 13:35:45 UTC (rev 7149)
+++ goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch	2012-09-02 13:36:20 UTC (rev 7150)
@@ -1,41 +0,0 @@
-Author: Yves-Alexis Perez <corsac at debian.org>
-Description: don't add PKGLIBEXEC_DIR to the user PATH
-Index: lightdm-1.1.1/src/session.c
-===================================================================
---- lightdm-1.1.1.orig/src/session.c
-+++ lightdm-1.1.1/src/session.c
-@@ -217,26 +217,6 @@
-     }
- }
- 
--/* Insert our own utility directory to PATH
-- * This is to provide gdmflexiserver which provides backwards compatibility
-- * with GDM.
-- * Must be done after set_env_from_authentication because PAM sets PATH.
-- * This can be removed when this is no longer required.
-- */
--static void
--insert_utility_path (Session *session)
--{
--    const gchar *orig_path;
--
--    orig_path = session_get_env (session, "PATH");
--    if (orig_path)
--    {
--        gchar *path = g_strdup_printf ("%s:%s", PKGLIBEXEC_DIR, orig_path);
--        session_set_env (session, "PATH", path);
--        g_free (path);
--    }
--}
--
- gboolean
- session_start (Session *session)
- {
-@@ -438,7 +418,6 @@
-     pam_session_setup (session->priv->authentication);
-     set_env_from_authentication (session, session->priv->authentication);
-     set_locale (session);
--    insert_utility_path (session);
- 
-     PROCESS_CLASS (session_parent_class)->run (process);
- }




More information about the Pkg-xfce-commits mailing list