[gnome-desktop-testing] main: Turn off gvfs



commit fce1db27f1fcb86a4fe99d6aa91d336de1bf4947
Author: Colin Walters <walters verbum org>
Date:   Fri Mar 18 15:58:22 2016 -0400

    main: Turn off gvfs
    
    Just on general principle, matching what we do in ostree etc.

 src/gnome-desktop-testing-runner.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-desktop-testing-runner.c b/src/gnome-desktop-testing-runner.c
index 036603e..11fcb26 100755
--- a/src/gnome-desktop-testing-runner.c
+++ b/src/gnome-desktop-testing-runner.c
@@ -666,6 +666,9 @@ main (int argc, char **argv)
   memset (&appstruct, 0, sizeof (appstruct));
   app = &appstruct;
 
+  /* avoid gvfs (http://bugzilla.gnome.org/show_bug.cgi?id=526454) */
+  g_setenv ("GIO_USE_VFS", "local", TRUE);
+
   context = g_option_context_new ("[PREFIX...] - Run installed tests");
   g_option_context_add_main_entries (context, options, NULL);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]