[gdm] launch-environment: don't disable GVFS
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] launch-environment: don't disable GVFS
- Date: Mon, 3 Mar 2014 15:04:03 +0000 (UTC)
commit 446d061a8c27537062c46bad371dd739d7892d17
Author: Ray Strode <rstrode redhat com>
Date: Mon Mar 3 09:58:54 2014 -0500
launch-environment: don't disable GVFS
As an optimization we currently disable gvfs in greeter sessions
(since they'll never need it).
Now that we launch initial-setup in the same sort of environment,
we're running into trouble because it relies on GVFS for fetching
remote avatars.
This commit eliminates the optimzation. The other option would be to
disable GVFS for greeters, but enable it for initial-setup. In order
to keep things simple, we forgo that for now, but may reconsider at
a later time.
https://bugzilla.gnome.org/show_bug.cgi?id=725584
daemon/gdm-launch-environment.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/daemon/gdm-launch-environment.c b/daemon/gdm-launch-environment.c
index 6ec0e64..89af367 100644
--- a/daemon/gdm-launch-environment.c
+++ b/daemon/gdm-launch-environment.c
@@ -288,9 +288,6 @@ build_launch_environment (GdmLaunchEnvironment *launch_environment,
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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]