On Sunday 5 January 2025 02:18:18 Brasilia Standard Time Ömer Fadıl USTA wrote: > It seems that macOS systems might not accept the application/x-bzip MIME > type for bzip2 files, and they may be specifically checking for > application/x-bzip2. Additionally, application/x-bzip-compressed-tar might > need to be updated to include application/x-bzip2-compressed-tar while > still retaining the original application/x-bzip and > application/x-bzip-compressed-tar for backward compatibility. > > Therefore, we may need to add two more lines to the following section: > https://invent.kde.org/frameworks/knewstuff/-/blame/master/src/core/installa > tion.cpp#L376 > https://invent.kde.org/frameworks/knewstuff/-/blame/master/src/core/install > ation.cpp#L379 > > Thank you for your attention to this matter.
That might be caused by Qt being compiled to use the built-in MIME database, which was recently switched to a non-GPL variant. We've discovered numerous gaps in it. I think the bzip2 one was patched, but please retest with the latest Qt (6.9 beta), and if not, file the issue at bugreports.qt.io. If the application is open source and GPL-compatible, you could also simply redistribute the XDG mime database with your application, overwriting the limited Apache Tika database Qt needs to supply. It compresses very well with rcc. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Principal Engineer - Intel DCAI Platform & System Engineering