aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/man/firecfg.1.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/man/firecfg.1.in b/src/man/firecfg.1.in
index 79802156c..a50ed765e 100644
--- a/src/man/firecfg.1.in
+++ b/src/man/firecfg.1.in
@@ -186,6 +186,20 @@ could be added to /etc/firejail/firecfg.d/10-my.conf:
186.br 186.br
187myprog 187myprog
188.RE 188.RE
189.PP
190Note that certain programs may use different naming schemes for their .desktop
191file compared to the main executable.
192To ensure that both files are handled in the same manner, it is recommended to
193list both names in the configuration.
194For example, if Spectacle has its main executable at /usr/bin/spectacle and its
195\&.desktop file at /usr/share/applications/org.kde.spectacle.desktop, then the
196following lines can to be used to ignore both:
197.PP
198.RS
199!org.kde.spectacle
200.br
201!spectacle
202.RE
189.SH LICENSE 203.SH LICENSE
190This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 204This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
191.PP 205.PP