diff options
Diffstat (limited to 'linux/poi.desktop.in')
-rw-r--r-- | linux/poi.desktop.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/linux/poi.desktop.in b/linux/poi.desktop.in new file mode 100644 index 0000000..c6f77b2 --- /dev/null +++ b/linux/poi.desktop.in @@ -0,0 +1,25 @@ +[Desktop Entry] +Version=1.0 +Name=poi +GenericName=Web Browser +Comment=yet another no-frills browser +Exec=@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=configure;firejail + +[Desktop Action pickSession] +Name=Pick Session +Exec=@exec_poi@ --pick-session + +[Desktop Action configure] +Name=Configure smolbote +Exec=@exec_poi@ configure + +[Desktop Action firejail] +Name=Start instance in firejail +Exec=/usr/bin/firejail --profile=@profile_path@ @exec_poi@ |