diff options
Diffstat (limited to 'linux/poi_firejail.desktop.in')
-rw-r--r-- | linux/poi_firejail.desktop.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/linux/poi_firejail.desktop.in b/linux/poi_firejail.desktop.in index aab41b4..139ffde 100644 --- a/linux/poi_firejail.desktop.in +++ b/linux/poi_firejail.desktop.in @@ -1,13 +1,21 @@ [Desktop Entry] Version=1.0 -Name=poi (in firejail) +Name=smolbote (in firejail) GenericName=Web Browser Comment=yet another no-frills browser -Exec=/usr/bin/firejail --profile=@profile_path@ @exec_poi@ %u +Exec=@firejail@ --profile=@firejail_profile@ @exec_poi@ %u Icon=poi Terminal=false Type=Application MimeType=text/html;text/xml;application/xhtml+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; Categories=Network;WebBrowser; Keywords=web;browser;internet; +Actions=pickSession;configure +[Desktop Action pickSession] +Name=Pick Session +Exec=@firejail@ --profile=@firejail_profile@ @exec_poi@ --pick-session + +[Desktop Action configure] +Name=Configure smolbote +Exec=@firejail@ --profile=@firejail_profile@ @exec_poi@ configure |