Closed Granitosaurus closed 1 month ago
Seems like only 1 main category is allowed per desktop entry so using Network
and user specified category (through extension, which is mandatory selection) is not allowed. So I think X-WebApp
is best choice here or it should be removed entirely and only user's selection left there.
I think I've added WebApps
category because it was created by the Linux Mint's Webapp Manager. However, now that I checked it again, it seems they only provide this category as an option, and it's not always added like in PWAsForFirefox.
So, I think it should just be removed entirely, so only GTK
and user categories are left.
Description
Currently the .desktop file generated contains invalid
Categories
entry:This can be identified by using
desktop-file-validate
tool which reports:To fix this replacing
WebApps
withX-WebApps
does the trick.See freedesktop docs on available standard categories: https://specifications.freedesktop.org/menu-spec/latest/category-registry.html
Maybe
WebApp
should be replaced with standardNetwork
category?