Skip to content

XDG desktop file contains obsolete and deprecated items #724

Description

@jonassmedegaard

The file assets/himalaya.desktop contains an obsolete field DesktopName and a deprecated item Application in field Categories.

Here's a fix:

--- a/assets/himalaya.desktop
+++ b/assets/himalaya.desktop
@@ -1,12 +1,11 @@
 [Desktop Entry]
 Type=Application
 Name=himalaya
-DesktopName=Himalaya
 GenericName=Mail Reader
 Comment=CLI to manage emails
 Terminal=true
 Exec=himalaya %U
-Categories=Application;Network
+Categories=Network
 Keywords=email
 MimeType=x-scheme-handler/mailto;message/rfc822
 Actions=Compose

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions