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
Ignore Hidden=true .desktop files #52
Comments
|
actually I've the keys the wrong way round. Hidden=true 'means the user deleted (at his level) something that was present' so it should definately make things ignored |
|
Woah, this is a fun bit of the spec (possibly also interesting for @hughsie): NoDisplay
Hidden
Urgh... Awful! At least there is a semantic difference. So, from what I see, yes, asgen should recognize In any case, I'll change asgen to also recognize the |
|
Yes indeed I've poked the kaddressbook people to fix it. |
Whoops, I just resolved this directly, since it actually was a real bug (no mimetype association with the app). |
appstream-generator ignores NoDisplay=true files but it should probably also ignore Hidden=true files which hides it from application menus. If it's not in an app menu it's unlikely to be interesting to software managers.
e.g. https://cgit.kde.org/kaddressbook.git/tree/src/data/kaddressbook-importer.desktop?id=4577f0e7e2ab374b592b39a770ed5d5456821a20
The text was updated successfully, but these errors were encountered: