aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-14 17:30:00 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-14 17:30:00 +0000
commit43268281b94dfe71d3ba799d5c891830b84f16d1 (patch)
tree432dc3835d0991276dfd8931c3d89a9c5af8eac1
parentqt6ct: add dbus-filtering rules (#6272) (diff)
downloadfirejail-43268281b94dfe71d3ba799d5c891830b84f16d1.tar.gz
firejail-43268281b94dfe71d3ba799d5c891830b84f16d1.tar.zst
firejail-43268281b94dfe71d3ba799d5c891830b84f16d1.zip
docs: firecfg: note different .desktop naming schemes (#6268)
Based on the discussion at #5063. Misc: The `\&` is used to escape the dot in `.desktop` (see roff(7)). This amends commit a9c851ee4 ("firecfg: use ignorelist also for .desktop files", 2024-01-08) / PR #6153.
-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