aboutsummaryrefslogtreecommitdiff
path: root/linux/poi.desktop.in
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-12-02 21:42:56 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-12-02 21:42:56 +0100
commit4acf3ad9136d89f4aaea7ea9b14e07b2ededfb6f (patch)
treeb306723d94a7c67fb16067b35a9200af1f2af8f9 /linux/poi.desktop.in
parentpick-session: pass session data to existing instance if any (diff)
downloadsmolbote-4acf3ad9136d89f4aaea7ea9b14e07b2ededfb6f.tar.xz
Update .desktop and .profile
Diffstat (limited to 'linux/poi.desktop.in')
-rw-r--r--linux/poi.desktop.in25
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@