You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
Description
The Create .desktop file section of the README.md does not adhere to the Desktop Menu Specification and fails validation:
$ desktop-file-validate protonvpn-gui.desktop
protonvpn-gui.desktop: error: value "False"forboolean key "Terminal"in group "Desktop Entry" contains invalid characters, boolean values must be "false" or "true"
protonvpn-gui.desktop: error: value "Utility;GUI;Network;VPN"forkey "Categories"in group "Desktop Entry" contains an unregistered value "GUI"; values extending the format should start with "X-"
protonvpn-gui.desktop: hint: value "Utility;GUI;Network;VPN"forkey "Categories"in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
protonvpn-gui.desktop: error: value "Utility;GUI;Network;VPN"forkey "Categories"in group "Desktop Entry" contains an unregistered value "VPN"; values extending the format should start with "X-"
False should be false
invalid categories should either be
replaced with valid replacements
removed
indicated as extensions by prefixing them with "X-"