Can't import color profile

I'm trying to import an optimized color profile for my monitor, but it's not working. Here's the systemsettings log:

qrc:/kcm/kcm_colord/main.qml:134: TypeError: Cannot read property 'Yes' of undefined
qrc:/qt/qml/org/kde/desktop/TabButton.qml:22: TypeError: Cannot read property 'y' of null
qrc:/qt/qml/org/kde/desktop/TabButton.qml:22: TypeError: Cannot read property 'y' of null
qrc:/qt/qml/org/kde/desktop/TabButton.qml:22: TypeError: Cannot read property 'y' of null
QThreadStorage: Thread 0x563c0a7f0c50 exited after QThreadStorage 8 destroyed
QThreadStorage: Thread 0x563c0a7f0c50 exited after QThreadStorage 3 destroyed
QThreadStorage: Thread 0x563c0a7f0c50 exited after QThreadStorage 2 destroyed
no named color list
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::checkRequested(QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::checkDone(Solid::ErrorType, QVariant, QString)
kf.kio.filewidgets.kfilefiltercombo: KFileFilterCombo::setCurrentFilter: Could not find file filter KFileFilter(MIME patterns: QList() File patterns: QList("*.icc") label: "ICC Profile")
QCommandLineParser: already having an option named "v"
QCommandLineParser: already having an option named "h"
QCommandLineParser: already having an option named "help-all"
QThreadStorage: Thread 0x55d44dc26a70 exited after QThreadStorage 8 destroyed

I also tried manually moving it to /usr/share/colors/icc/colord/ using sudo, but no luck
bash-5.2# cp rtings-icc-profil.icc /usr/share/color/icc/colord/
cp: cannot create regular file '/usr/share/color/icc/colord/rtings-icc-profil.icc': Read-only file system
2025-04-01_11-21.png
Solution
GitHub
Describe the bug On the bazzite-nvidia-open image I cannot seem to be able to import ICC profiles. It will error with Failed to import colour profile: could not copy the file. If I try to manually ...
Was this page helpful?