aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/gnome-maps.profile3
-rw-r--r--etc/softmaker-common.inc4
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/gnome-maps.profile b/etc/gnome-maps.profile
index 6540186fe..6cceef544 100644
--- a/etc/gnome-maps.profile
+++ b/etc/gnome-maps.profile
@@ -6,6 +6,9 @@ include gnome-maps.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# Some distro use gapplications to start gnome-maps over dbus, firecfg can handel that, to manualy fix the run the following command.
10# sed -e "s/Exec=gapplication launch org.gnome.Maps %U/Exec=gnome-maps %U/" -e "s/DBusActivatable=true/DBusActivatable=false/" "/usr/share/applications/org.gnome.Maps.desktop" > "~/.local/share/applications/org.gnome.Maps.desktop"
11
9# when gjs apps are started via gnome-shell, firejail is not applied because systemd will start them 12# when gjs apps are started via gnome-shell, firejail is not applied because systemd will start them
10 13
11noblacklist ${HOME}/.cache/champlain 14noblacklist ${HOME}/.cache/champlain
diff --git a/etc/softmaker-common.inc b/etc/softmaker-common.inc
index 6eaadee12..48249877c 100644
--- a/etc/softmaker-common.inc
+++ b/etc/softmaker-common.inc
@@ -6,6 +6,10 @@ include softmaker-common.local
6# added by caller profile 6# added by caller profile
7#include globals.local 7#include globals.local
8 8
9# The offical packages install the desktop file under /usr/local/share/applications
10# with an absolute Exec line. These files are NOT handelt by firecfg,
11# therefore you must manualy copy them in you home and remove '/usr/bin/'.
12
9noblacklist ${HOME}/SoftMaker 13noblacklist ${HOME}/SoftMaker
10 14
11include disable-common.inc 15include disable-common.inc