https://bugs.kde.org/show_bug.cgi?id=492758
Bug ID: 492758
Summary: Krita build produces separate desktop files for each
supported file format
Classification: Applications
Product: krita
Version: unspecified
Platform: unspecified
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: File formats
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Krita build produces separate `.desktop` files for each supported file format.
This causes it to show up multiple times in several application pickers which
don't filter by unique Exec command.
This annoyance can be easily fixed by making CMake keep track of supported
formats in [CMakeLists that produces all these
files](https://invent.kde.org/graphics/krita/-/blob/9deea14caf5cb613c3b8a54f0faa58189aa9884f/plugins/impex/CMakeLists.txt)
by concatenating them onto a single `;` delimited string (list), and finally
configuring a single `.desktop` file that contains all of them for packaging.
I see this as a bug in packaging because it's something that no other
application does and `.desktop` files support listing multiple formats.
Krita version: 5.2.3-1
--
You are receiving this mail because:
You are watching all bug changes.