]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/com.stoutner.privacybrowser.desktop
Fix shortcut creation.
[PrivacyBrowserPC.git] / src / com.stoutner.privacybrowser.desktop
index ddf69a33835dc633ed97b347a4ac993f5ca4d634..a2eff84584140027f6fd6eba2a7728e9a324242c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Soren Stoutner <soren@stoutner.com>.
+# Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
 #
 # This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 #
@@ -16,6 +16,7 @@
 # along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>.
 
 # The specification for the .desktop file can be found at <https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html>.
+# The file can be validated by running `desktop-file-validate com.stoutner.privacybrowser.desktop`.
 [Desktop Entry]
 # Set the type.
 Type=Application
@@ -30,7 +31,7 @@ GenericName=Web Browser
 Categories=Network;WebBrowser;
 
 # Set the icon.
-Icon=privacybrowser.svg
+Icon=privacybrowser
 
 # Set the executable with the optional URL argument.
 Exec=privacybrowser %u
@@ -38,7 +39,7 @@ Exec=privacybrowser %u
 # Specify the WM class, which groups windows of the same application together.
 StartupWMClass=privacybrowser
 
-# TODO.  Set the document path.
+# Set the handbook docbook path.
 X-DocPath=privacybrowser/index.html
 
 # Enumerate the supported MIME types.