| Summary: | Incorrect handling of QGIS .qgz as .zip | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | Henning <boredsquirrel> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | major | CC: | cwo.kde |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Henning
2024-09-17 14:44:04 UTC
Thank you for the bug report! Applications should register their file types with the shared mime database (see https://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/) to have their file formats be recognized. This is also how it works for other file formats that are compressed, like odt. I can see in the QGIS repository that the deb and rpm packaging materials do contain the required information (e.g. https://github.com/qgis/QGIS/blob/master/debian/qgis.xml). Given that you use Kinoite, I assume that you installed QGIS using Flatpak. In my testing, the Flatpak version of QGIS did not seem to properly install this file, while the distribution-provided deb package did. As soon as I installed this version, the file was recognized as a QGIS project file. Please report this issue to the provider of your flatpak. (In case you installed this from flathub, that would be the QGIS flathub repository at https://github.com/flathub/org.qgis.qgis) so that this can be properly fixed. Thanks! |