From 95063bc44a88d20c0e9dafce45f872bfd3916d06 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 22 Apr 2017 14:45:16 -0400 Subject: set desktop files with firecfg by default (former --fix option) --- src/man/firecfg.txt | 21 ++++++--------------- src/man/firejail.txt | 2 ++ 2 files changed, 8 insertions(+), 15 deletions(-) (limited to 'src/man') diff --git a/src/man/firecfg.txt b/src/man/firecfg.txt index b9d336c4c..369c3a7e0 100644 --- a/src/man/firecfg.txt +++ b/src/man/firecfg.txt @@ -5,12 +5,14 @@ Firecfg \- Desktop configuration program for Firejail software. firecfg [OPTIONS] .SH DESCRIPTION Firecfg is the desktop configuration utility for Firejail software. The utility -creates several symbolic links to firejail executable. This allows the user to -sandbox applications automatically, just by clicking on a regular desktop +creates several symbolic links to firejail executable in /usr/local/bin. + +Firecfg also checks .desktop files in /usr/share/applications/, +replaces the full path by program name, and writes the result to $HOME/.local/share/applications/. +This allows the user to sandbox applications automatically, just by clicking on regular desktop menus and icons. -The symbolic links are placed in /usr/local/bin. For more information, see -\fBDESKTOP INTEGRATION\fR section in \fBman 1 firejail\fR. +For more information, see \fBDESKTOP INTEGRATION\fR section in \fBman 1 firejail\fR. .SH OPTIONS .TP @@ -26,9 +28,6 @@ Print options end exit. \fB\-\-list List all firejail symbolic links .TP -\fB\-\-fix -Fix .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/. -.TP \fB\-\-version Print program version and exit. @@ -61,14 +60,6 @@ $ sudo firecfg --clean /usr/local/bin/vlc removed .br [...] -.br -$ firecfg --fix -.br -/home/user/.local/share/applications/chromium.desktop created -.br -/home/user/.local/share/applications/vlc.desktop created -.br -[...] .SH LICENSE diff --git a/src/man/firejail.txt b/src/man/firejail.txt index bb940840c..23d34ec25 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -1985,6 +1985,8 @@ $ firejail --tree 1221:netblue:/usr/lib/firefox/firefox .RE +For more information, see \fBman 1 firecfg\fR. + .SH APPARMOR .TP AppArmor support is disabled by default at compile time. Use --enable-apparmor configuration option to enable it: -- cgit v1.2.3-54-g00ecf