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
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
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
No description
Solution:
GitHub
Failed to import colour profile · Issue #2182 · ublue-os/bazzite
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 ...
Jump to solution
2 Replies
Solution
termdisc
termdisc3w ago
GitHub
Failed to import colour profile · Issue #2182 · ublue-os/bazzite
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 ...
Sameyaro
SameyaroOP3w ago
That worked! Thanks!

Did you find this page helpful?