@[email protected] to [email protected] • 2 months agoHow can I extract .icc profile from KDE's bulit-in option?message-square6fedilinkarrow-up18
arrow-up18message-squareHow can I extract .icc profile from KDE's bulit-in option?@[email protected] to [email protected] • 2 months agomessage-square6fedilink
minus-square@[email protected]linkfedilinkEnglish1•1 month 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-square@[email protected]linkfedilinkEnglish2•1 month 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.
just in case picture above did not show up
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.