[hitori] build: Allow the bundle access to the user ’s home directory



commit 833bf056d435880e4bcb61ac3bc84c6e32ec07a1
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Thu Nov 19 12:24:43 2015 +0000

    build: Allow the bundle access to the user’s home directory
    
    This completely undermines the sandboxing, but fixes DConf/GSettings:
    https://tecnocode.co.uk/2015/11/19/hitori-available-as-an-xdg-app-preview/comment-page-1/#comment-6494.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3c041ce..792c5c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -206,7 +206,7 @@ org.gnome.Hitori.bundle:
         xdg-app build $(abs_top_builddir)/xdg-app-build/hitori ./configure --prefix=/app && \
         xdg-app build $(abs_top_builddir)/xdg-app-build/hitori make && \
         xdg-app build $(abs_top_builddir)/xdg-app-build/hitori make install && \
-        xdg-app build-finish --command=hitori --socket=x11 --socket=session-bus --talk-name=ca.desrt.dconf 
$(abs_top_builddir)/xdg-app-build/hitori)
+        xdg-app build-finish --command=hitori --socket=x11 --socket=session-bus --talk-name=ca.desrt.dconf 
--filesystem=home $(abs_top_builddir)/xdg-app-build/hitori)
        xdg-app build-export $(abs_top_builddir)/xdg-app-repos/hitori $(abs_top_builddir)/xdg-app-build/hitori
        xdg-app repo-update $(abs_top_builddir)/xdg-app-repos/hitori
 


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