Skip to content

Commit

Permalink
Merge pull request #131 from jsparber/master
Browse files Browse the repository at this point in the history
[minor] removed dbus access from flatpak
  • Loading branch information
Mandarancio authored Jan 23, 2018
2 parents 6b06fc1 + cd1b526 commit d21adf6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions com.github.fabiocolacio.marker.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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",
Expand Down Expand Up @@ -56,6 +54,7 @@
"sources": [
{
"type": "git",
/* Change to "tag": "RELEASE" for flathub */
"branch": "master",
"url": "https://github.com/fabiocolacio/Marker.git"
}
Expand Down

0 comments on commit d21adf6

Please sign in to comment.