Skip to content
Snippets Groups Projects
Verified Commit 3879df70 authored by boklm's avatar boklm Committed by Pier Angelo Vendrame
Browse files

MB 314: Update desktop file

Following @ruihildt's suggestions we update the desktop file:

- Added MimeType field (to have the browser listed as a possible default
  browser application)

- Removed `X-MullvadBrowser-ExecShell` which is not used

- Removed the "Security" category

- Added the Version (of the desktop entry specification we use)

- Added Terminal
parent dcc49985
No related branches found
No related tags found
No related merge requests found
[Desktop Entry] [Desktop Entry]
Version=1.0
Type=Application Type=Application
Name=[% c("var/Project_Name") %] Name=[% c("var/Project_Name") %]
GenericName=Web Browser GenericName=Web Browser
Comment=[% c("var/system_pkg/pkg_description") %] Comment=[% c("var/system_pkg/pkg_description") %]
Categories=Network;WebBrowser;Security; Categories=Network;WebBrowser;
Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %] --detach Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %] --detach
X-[% c("var/ProjectName") %]-ExecShell=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %] --detach
Icon=[% c("var/system_pkg/pkg_name") %] Icon=[% c("var/system_pkg/pkg_name") %]
StartupWMClass=[% c("var/display_name") %] StartupWMClass=[% c("var/display_name") %]
[% IF ! c("var/tor-browser") -%]
MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;
[% END -%]
Terminal=false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment