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

Add option to ignore Desktop file error ? #558

Open
abcfy2 opened this issue Dec 3, 2022 · 3 comments
Open

Add option to ignore Desktop file error ? #558

abcfy2 opened this issue Dec 3, 2022 · 3 comments
Labels

Comments

@abcfy2
Copy link

abcfy2 commented Dec 3, 2022

I'm facing this error:

appimagetool, continuous build (commit 8bbf694), build <local dev build> built on 2020-12-31 11:48:33 UTC
Desktop file: /tmp/qbee/AppDir/org.qbittorrent.qBittorrent.desktop
/tmp/qbee/AppDir/org.qbittorrent.qBittorrent.desktop: error: file contains key "SingleMainWindow" in group "Desktop Entry", but keys extending the format should start with "X-"
ERROR: Desktop file contains errors. Please fix them. Please see
       https://standards.freedesktop.org/desktop-entry-spec/1.0/n       for more information.

Is there any to ignore this error ?

@probonopd
Copy link
Owner

probonopd commented Dec 3, 2022

No. This is intentional. We don't want people to ship desktop files that don't pass verification.

Please make your desktop file compliant with the spec. Thanks!

@abcfy2
Copy link
Author

abcfy2 commented Dec 3, 2022

But seems SingleMainWindow is valid since 1.5: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html Would you please upgrade the Desktop file spec ?

@probonopd
Copy link
Owner

Until this gets done (if ever), you can use X-GNOME-SingleWindow instead, which should pass verification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants