r41626 - in /desktop/experimental/gdm3/debian: changelog patches/93_disable_gvfs.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue May 6 12:43:00 UTC 2014


Author: joss
Date: Tue May  6 12:43:00 2014
New Revision: 41626

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41626
Log:
93_disable_gvfs.patch: reverted upstream change 446d061a. Do not 
launch gvfs in the login session.

Added:
    desktop/experimental/gdm3/debian/patches/93_disable_gvfs.patch
Modified:
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/patches/series

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=41626&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog	[utf-8] Tue May  6 12:43:00 2014
@@ -49,6 +49,8 @@
   * Fix the logic to update the default display manager after running 
     debconf.
   * Require a policykit-1 with systemd support.
+  * 93_disable_gvfs.patch: reverted upstream change 446d061a. Do not 
+    launch gvfs in the login session.
 
  -- Laurent Bigonville <bigon at debian.org>  Mon, 05 May 2014 15:26:14 +0200
 

Added: desktop/experimental/gdm3/debian/patches/93_disable_gvfs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/patches/93_disable_gvfs.patch?rev=41626&op=file
==============================================================================
--- desktop/experimental/gdm3/debian/patches/93_disable_gvfs.patch	(added)
+++ desktop/experimental/gdm3/debian/patches/93_disable_gvfs.patch	[utf-8] Tue May  6 12:43:00 2014
@@ -0,0 +1,14 @@
+Index: gdm3-3.12.1/daemon/gdm-launch-environment.c
+===================================================================
+--- gdm3-3.12.1.orig/daemon/gdm-launch-environment.c	2014-04-10 18:58:02.000000000 +0200
++++ gdm3-3.12.1/daemon/gdm-launch-environment.c	2014-05-06 14:41:41.240647859 +0200
+@@ -288,6 +288,9 @@
+         g_hash_table_insert (hash, g_strdup ("PATH"), g_strdup (g_getenv ("PATH")));
+ 
+         g_hash_table_insert (hash, g_strdup ("RUNNING_UNDER_GDM"), g_strdup ("true"));
++        g_hash_table_insert (hash, g_strdup ("GVFS_DISABLE_FUSE"), g_strdup ("1"));
++        g_hash_table_insert (hash, g_strdup ("GIO_USE_VFS"), g_strdup ("local"));
++        g_hash_table_insert (hash, g_strdup ("GVFS_REMOTE_VOLUME_MONITOR_IGNORE"), g_strdup ("1"));
+         g_hash_table_insert (hash, g_strdup ("DCONF_PROFILE"), g_strdup ("gdm"));
+ 
+         if (launch_environment->priv->dbus_session_bus_address) {

Modified: desktop/experimental/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/patches/series?rev=41626&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/patches/series	[utf-8] Tue May  6 12:43:00 2014
@@ -4,3 +4,4 @@
 90_config_comments.patch
 91_dconf_database_path.patch
 92_systemd_unit.patch
+93_disable_gvfs.patch




More information about the pkg-gnome-commits mailing list