diff --git a/com.github.fabiocolacio.marker.json b/com.github.fabiocolacio.marker.json index 562ae63bf..9fecf3084 100644 --- a/com.github.fabiocolacio.marker.json +++ b/com.github.fabiocolacio.marker.json @@ -4,6 +4,7 @@ "runtime-version": "3.26", "sdk": "org.gnome.Sdk", "command": "/bin/com.github.fabiocolacio.marker", + /* remove this two lines for flathub */ "tags": ["devel"], "desktop-file-name-suffix": " (dev)", "finish-args": [ @@ -12,10 +13,7 @@ /* Wayland access */ "--socket=wayland", /* We want full fs access so we can read the files */ - "--filesystem=host", - /* Needed for dconf to work */ - "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro", - "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf" + "--filesystem=host" ], "build-options" : { "cflags": "-O2 -g", @@ -56,6 +54,7 @@ "sources": [ { "type": "git", + /* Change to "tag": "RELEASE" for flathub */ "branch": "master", "url": "https://github.com/fabiocolacio/Marker.git" }