[epiphany/mwleeds/webapp-dbus-api: 59/69] webapp-provider: Use GIO_USE_VFS=local




commit 22a2ff54a6b1ec14e9805308508f473110037610
Author: Phaedrus Leeds <mwleeds protonmail com>
Date:   Mon Dec 13 13:25:50 2021 -0800

    webapp-provider: Use GIO_USE_VFS=local
    
    We expect this service to be accessing local files, and without this
    there are some warnings in its output.

 src/webapp-provider/ephy-webapp-provider-main.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/webapp-provider/ephy-webapp-provider-main.c b/src/webapp-provider/ephy-webapp-provider-main.c
index 36695344e..abfdb695d 100644
--- a/src/webapp-provider/ephy-webapp-provider-main.c
+++ b/src/webapp-provider/ephy-webapp-provider-main.c
@@ -35,6 +35,7 @@ main (gint    argc,
   GError *error = NULL;
 
   g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
+  g_setenv ("GIO_USE_VFS", "local", TRUE);
 
   g_debug ("started %s", argv[0]);
 


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