ColdWater@lemmy.ca to Linux@lemmy.ml · 17 days agoHow can I extract .icc profile from KDE's bulit-in option?message-squaremessage-square6fedilinkarrow-up18file-text
arrow-up18message-squareHow can I extract .icc profile from KDE's bulit-in option?ColdWater@lemmy.ca to Linux@lemmy.ml · 17 days agomessage-square6fedilinkfile-text
minus-squareHelloRoot@lemy.lollinkfedilinkEnglisharrow-up1·17 days agoit’s probably a file on the disk somewhere so try using the find command on / and filter name by *.icc extension. You should spot it from there.
minus-squareferric_carcinization@lemmy.mllinkfedilinkEnglisharrow-up2·16 days ago it’s probably a file Maybe, but I wouldn’t be surprised if it were only kept in memory, being monitor-specific & re-retrievable. If it’s not stored in a file, perhaps KDE cli tools or debug utilities could help.
it’s probably a file on the disk somewhere so try using the
findcommand on / and filter name by *.icc extension. You should spot it from there.Maybe, but I wouldn’t be surprised if it were only kept in memory, being monitor-specific & re-retrievable.
If it’s not stored in a file, perhaps KDE cli tools or debug utilities could help.