aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-03 09:48:45 -0400
committerLibravatar GitHub <noreply@github.com>2016-09-03 09:48:45 -0400
commit28699cc5f4bfa8b47697a06ead764e6a54c0e12b (patch)
tree1b1513853294d49a168c1a824838e3eb6c29e91d /src/man
parentMerge pull request #763 from manevich/join (diff)
parentfirecfg: small fixes (diff)
downloadfirejail-28699cc5f4bfa8b47697a06ead764e6a54c0e12b.tar.gz
firejail-28699cc5f4bfa8b47697a06ead764e6a54c0e12b.tar.zst
firejail-28699cc5f4bfa8b47697a06ead764e6a54c0e12b.zip
Merge pull request #758 from manevich/firecfg
Option to fix .desktop files for firecfg
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firecfg.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/man/firecfg.txt b/src/man/firecfg.txt
index 9458c4b67..4acacb071 100644
--- a/src/man/firecfg.txt
+++ b/src/man/firecfg.txt
@@ -26,6 +26,9 @@ Print options end exit.
26\fB\-\-list 26\fB\-\-list
27List all firejail symbolic links 27List all firejail symbolic links
28.TP 28.TP
29\fB\-\-fix
30Fix .desktop files. Some .desktop files use full path to executable. Firecfg will check .desktop files in /usr/share/applications/, replace full path by name if it is in PATH, and write result to $HOME/.local/share/applications/.
31.TP
29\fB\-\-version 32\fB\-\-version
30Print program version and exit. 33Print program version and exit.
31 34
@@ -58,6 +61,15 @@ $ sudo firecfg --clean
58/usr/local/bin/vlc removed 61/usr/local/bin/vlc removed
59.br 62.br
60[...] 63[...]
64.br
65$ firecfg --fix
66.br
67/home/user/.local/share/applications/chromium.desktop created
68.br
69/home/user/.local/share/applications/vlc.desktop created
70.br
71[...]
72
61 73
62.SH LICENSE 74.SH LICENSE
63This 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. 75This 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.