Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu Shortcut Instructions Outdated or Incorrect #78

Open
jeff-zimmerman opened this issue Jan 19, 2024 · 0 comments
Open

Ubuntu Shortcut Instructions Outdated or Incorrect #78

jeff-zimmerman opened this issue Jan 19, 2024 · 0 comments

Comments

@jeff-zimmerman
Copy link

When using the desktop entry as provided on the main page under the Ubuntu Shortcut section, the following errors are produced:

$ desktop-file-validate ~/.local/share/applications/Android-Messages.desktop
/home/username/.local/share/applications/Android-Messages.desktop: error: value "1.0.0" for key "Version" in group "Desktop Entry" is not a known version
/home/username/.local/share/applications/Android-Messages.desktop: error: value "Internet;Application;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Internet"; values extending the format should start with "X-"
/home/username/.local/share/applications/Android-Messages.desktop: warning: value "Internet;Application;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application"
/home/username/.local/share/applications/Android-Messages.desktop: hint: value "Internet;Application;" for key "Categories" in group "Desktop Entry" does not contain a registered main category; application might only show up in a "catch-all" section of the application menu

To correct for errors, the following desktop entry should be used:

[Desktop Entry]
Name=Google Messages
Version=1.0
Comment=Send and recieve messages from your Android Phone
Keywords=Message;Messaging;Android;SMS
Exec=/path/to/installfolder/GoogleMessages
Icon=/path/to/installfolder/resources/app/icon.png
Terminal=false
Type=Application
Categories=Network;InstantMessaging;Chat;
StartupWMClass=android-messages-nativefier-f3cfa3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant