[gimp] build: fix previous commit and add xdg-config/gtk-3.0 access.



commit 6a9f4588c92bb2db46869cf2d139062f12594bb4
Author: Jehan <jehan girinstud io>
Date:   Sat Oct 7 23:31:20 2017 +0200

    build: fix previous commit and add xdg-config/gtk-3.0 access.
    
    I had an error in the previous commit (2 args in 1). Also adding access
    so that the file `bookmarks` is visible from the contained GIMP
    (otherwise bookmarked folders are lost in flatpak and that's bad
    experience).

 build/flatpak/org.gimp.GIMP-dev.json     |    7 ++++---
 build/flatpak/org.gimp.GIMP-nightly.json |    7 ++++---
 build/flatpak/org.gimp.GIMP-stable.json  |    7 ++++---
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/build/flatpak/org.gimp.GIMP-dev.json b/build/flatpak/org.gimp.GIMP-dev.json
index 40cd396..4af89d4 100644
--- a/build/flatpak/org.gimp.GIMP-dev.json
+++ b/build/flatpak/org.gimp.GIMP-dev.json
@@ -10,9 +10,10 @@
     "rename-desktop-file": "gimp.desktop",
     "rename-appdata-file": "gimp.appdata.xml",
     "rename-icon": "gimp",
-    "finish-args": ["--share=ipc", "--socket=x11", "--filesystem=host",
-                    "--filesystem=xdg-config/GIMP", "--share=network",
-                    "--talk-name=org.gtk.vfs --talk-name=org.gtk.vfs.*" ],
+    "finish-args": ["--share=ipc", "--socket=x11", "--share=network",
+                    "--filesystem=host", "--filesystem=xdg-config/GIMP",
+                    "--filesystem=xdg-config/gtk-3.0",
+                    "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*" ],
     "tags": ["dev"],
     "desktop-file-name-prefix": "(Dev) ",
     "build-options" : {
diff --git a/build/flatpak/org.gimp.GIMP-nightly.json b/build/flatpak/org.gimp.GIMP-nightly.json
index a665217..ebf3380 100644
--- a/build/flatpak/org.gimp.GIMP-nightly.json
+++ b/build/flatpak/org.gimp.GIMP-nightly.json
@@ -10,9 +10,10 @@
     "rename-desktop-file": "gimp.desktop",
     "rename-appdata-file": "gimp.appdata.xml",
     "rename-icon": "gimp",
-    "finish-args": ["--share=ipc", "--socket=x11", "--filesystem=host",
-                    "--filesystem=xdg-config/GIMP", "--share=network",
-                    "--talk-name=org.gtk.vfs --talk-name=org.gtk.vfs.*" ],
+    "finish-args": ["--share=ipc", "--socket=x11", "--share=network",
+                    "--filesystem=host", "--filesystem=xdg-config/GIMP",
+                    "--filesystem=xdg-config/gtk-3.0",
+                    "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*" ],
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Nightly) ",
     "build-options" : {
diff --git a/build/flatpak/org.gimp.GIMP-stable.json b/build/flatpak/org.gimp.GIMP-stable.json
index b9524af..a18a8df 100644
--- a/build/flatpak/org.gimp.GIMP-stable.json
+++ b/build/flatpak/org.gimp.GIMP-stable.json
@@ -10,9 +10,10 @@
     "rename-desktop-file": "gimp.desktop",
     "rename-appdata-file": "gimp.appdata.xml",
     "rename-icon": "gimp",
-    "finish-args": ["--share=ipc", "--socket=x11", "--filesystem=host",
-                    "--filesystem=xdg-config/GIMP", "--share=network",
-                    "--talk-name=org.gtk.vfs --talk-name=org.gtk.vfs.*" ],
+    "finish-args": ["--share=ipc", "--socket=x11", "--share=network",
+                    "--filesystem=host", "--filesystem=xdg-config/GIMP",
+                    "--filesystem=xdg-config/gtk-3.0",
+                    "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*" ],
     "tags": ["stable"],
     "build-options" : {
         "cflags": "-O2 -g",


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