aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-02-22 08:44:25 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-02-22 18:59:20 +0100
commit340699fbd40169553ff5e97874024cefe9e4d5b4 (patch)
tree479a91158f787ab070352821555bf679c6c83cd0 /etc
parentAdd profile for offical Linux Teams application (#3152) (diff)
downloadfirejail-340699fbd40169553ff5e97874024cefe9e4d5b4.tar.gz
firejail-340699fbd40169553ff5e97874024cefe9e4d5b4.tar.zst
firejail-340699fbd40169553ff5e97874024cefe9e4d5b4.zip
misc things
- spelling suggestion from @glitsj16 on fda62527 - drop python2 from openshot it never has a python2 version - #3126 note in manpage: cannot combine --private with --private=
Diffstat (limited to 'etc')
-rw-r--r--etc/gnome-maps.profile2
-rw-r--r--etc/openshot.profile1
2 files changed, 1 insertions, 2 deletions
diff --git a/etc/gnome-maps.profile b/etc/gnome-maps.profile
index 6cceef544..62350b862 100644
--- a/etc/gnome-maps.profile
+++ b/etc/gnome-maps.profile
@@ -6,7 +6,7 @@ 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. 9# Some distributions use gapplications to start gnome-maps over D-Bus. As firecfg cannot handle that, you need to 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" 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 11
12# 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
diff --git a/etc/openshot.profile b/etc/openshot.profile
index 2f5d475ba..9d0b4c4c9 100644
--- a/etc/openshot.profile
+++ b/etc/openshot.profile
@@ -10,7 +10,6 @@ noblacklist ${HOME}/.openshot
10noblacklist ${HOME}/.openshot_qt 10noblacklist ${HOME}/.openshot_qt
11 11
12# Allow python (blacklisted by disable-interpreters.inc) 12# Allow python (blacklisted by disable-interpreters.inc)
13include allow-python2.inc
14include allow-python3.inc 13include allow-python3.inc
15 14
16include disable-common.inc 15include disable-common.inc