[gnome-initial-setup] Don't restrict GIO artificially
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Don't restrict GIO artificially
- Date: Sun, 2 Mar 2014 07:35:25 +0000 (UTC)
commit 478e7d0e5ce1f3f8d157940309e34099d0571938
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Mar 2 02:33:10 2014 -0500
Don't restrict GIO artificially
It turns out that we fail to load the avatar image because
GIO doesn't understand https. And that is because gdm sets
GIO_USE_VFS=local in the environment. Break out of that.
With this, avatars load ok.
gnome-initial-setup/gnome-initial-setup.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/gnome-initial-setup.c b/gnome-initial-setup/gnome-initial-setup.c
index b159c9c..c73a621 100644
--- a/gnome-initial-setup/gnome-initial-setup.c
+++ b/gnome-initial-setup/gnome-initial-setup.c
@@ -195,6 +195,8 @@ main (int argc, char *argv[])
{ NULL }
};
+ g_unsetenv ("GIO_USE_VFS");
+
context = g_option_context_new (_("- GNOME initial setup"));
g_option_context_add_main_entries (context, entries, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]