Summary: | HDR calibrator second screen cannot show the photo | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Ye Jingchen <ye.jingchen> |
Component: | kcm_kscreen | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | akselmo, nate, plasma-bugs-null, xaver.hugl |
Priority: | NOR | Keywords: | multiscreen |
Version First Reported In: | 6.4.90 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ye Jingchen
2025-09-19 15:29:24 UTC
Can't reproduce, all images seem to show as expected. Operating System: Fedora Linux 42 KDE Plasma Version: 6.5.80 KDE Frameworks Version: 6.19.0 Qt Version: 6.9.2 Kernel Version: 6.16.7-200.fc42.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 16 GiB of RAM (15.5 GiB usable) Graphics Processor: AMD Radeon RX 6600 After installing https://github.com/novomesk/qt-avif-image-plugin (which provides /usr/lib/qt6/plugins/imageformats/libqavif6.so on Arch), the photo can be displayed normally, so it seems hdrcalibrator depends on it somehow. (In reply to Akseli Lahtinen from comment #1) > Can't reproduce, all images seem to show as expected. > > Operating System: Fedora Linux 42 > KDE Plasma Version: 6.5.80 > KDE Frameworks Version: 6.19.0 > Qt Version: 6.9.2 > Kernel Version: 6.16.7-200.fc42.x86_64 (64-bit) > Graphics Platform: Wayland > Processors: 12 × AMD Ryzen 5 3600 6-Core Processor > Memory: 16 GiB of RAM (15.5 GiB usable) > Graphics Processor: AMD Radeon RX 6600 However qt-avif-image-plugin is not packaged in Arch Linux, nor can I find it in https://packages.fedoraproject.org, so now I am curious, what plugin does Fedora use to provide avif support to qtimageformats? As far as I can tell, Qt 6 doesn't ship with an avif plugin. Closing this as packaging bug.
> However qt-avif-image-plugin is not packaged in Arch Linux, nor can I find it in https://packages.fedoraproject.org, so now I am curious, what plugin does Fedora use to provide avif support to qtimageformats? As far as I can tell, Qt 6 doesn't ship with an avif plugin.
Unsure, may be best to ask Fedora packagers for this. When looking into `/usr/lib64/qt6/plugins/imageformats/` I can see `kimg_avif.so` which implies KImageFormats.
KScreen has a runtime dependency on KF6ImageFormats, so Arch is just missing that Indeed, installing kimageformats also makes it work. I'll report it to Arch. |