Results 829 comments of bbhtt

Why does the desktop file have nodisplay set? How are users expected to start it? (Going to the terminal is not an option for the non technical users)

In this case it is supposed to be started independently on different environments according to the video showing KDE above.

You can use NotShowIn in this one, why is a second desktop file needed? The main desktop file matching the app id exactly needs to be visible.

this falls under point 3 https://docs.flathub.org/docs/for-app-authors/requirements#submission-policy

A wayland bar does not qualify as an "app".

Unfortunately no (it's written in the submission policy section of requirements that we prefer desktop apps). Flatpak isn't very well suited for these kind of components, you can make it...

This falls under the console app submission rule here https://docs.flathub.org/docs/for-app-authors/requirements Unfortunately we can't accept this. A CLI tools are not well suited to be run as a flatpak. I can...

The rules were added a few months ago, that was submitted before the rules came into place.

> SPDX license identifiers allow for user defined license references, does flathub support that? Yes you should be able to use: ```xml LicenseRef-scancode-sustainable-use-1.0=https://scancode-licensedb.aboutcode.org/sustainable-use-1.0.html ``` > Maybe there could be an...

> flatpak-external-data-checker doesn't help since it expects the URL to change when there's a new version. It would be possible to have a script to work around it, though. There...