X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fcom.stoutner.privacybrowser.desktop;fp=src%2Fcom.stoutner.privacybrowser.desktop;h=bdb64ed8f2252b09116c46d06eb03bb8ea12eaf8;hb=153c5c0d60eaf3185cb4419032fb0fdaeb78907c;hp=0000000000000000000000000000000000000000;hpb=ad39882c17bfd7d96cbcfd3873d4dd332722e84f;p=PrivacyBrowserPC.git diff --git a/src/com.stoutner.privacybrowser.desktop b/src/com.stoutner.privacybrowser.desktop new file mode 100644 index 0000000..bdb64ed --- /dev/null +++ b/src/com.stoutner.privacybrowser.desktop @@ -0,0 +1,44 @@ +# Copyright © 2022 Soren Stoutner . +# +# This file is part of Privacy Browser PC . +# +# Privacy Browser PC is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Privacy Browser PC is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Privacy Browser PC. If not, see . + +# The specification for the .desktop file can be found at . +[Desktop Entry] +# Set the type. +Type=Application + +# Set the name. +Name=Privacy Browser + +# Set the generic name, which is displayed next to the name in the menu. +GenericName=Web Browser + +# Set the categories. These are used to organize the application in the menu. +Categories=Network;WebBrowser; + +# Set the icon. +Icon=privacy_browser.svg + +# Set the executable. +Exec=privacy-browser + +# TODO. Check if this is needed. +StartupWMClass=privacy-browser + +# TODO. Set the document path. +X-DocPath=privacybrowser/index.html + +# TODO. Add MIME types.