You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a minor issue, but when I run colormgr create-profile test0 disk, (test0 is a placeholder) it seems to create a profile even though it results in an error message: persistent profiles are no yet supported, because if you then run colormgr create-profile test0 normal or temp, it says profile id 'test0' already exists. It is possible to delete this with delete-profile though.
Also there's a typo here: "persistent profiles are no yet supported" should be "persistent profiles are not yet supported".
btw there's like no documentation for this (what the options are) 💀 actually i'm not too sure what this command even does, I don't see the newly-created profile in colormgr get-profiles?
The text was updated successfully, but these errors were encountered:
Actually the only way to "fix" this (to delete the profile) that I found is, run colormgr find-profile-by-filename <path to profile>. That outputs Failed to connect to missing profile /org/freedesktop/ColorManager/profiles/icc_<a bunch of hex>_i_1000. Then input this path into delete-profile.
This is just a minor issue, but when I run
colormgr create-profile test0 disk
, (test0 is a placeholder) it seems to create a profile even though it results in an error message:persistent profiles are no yet supported
, because if you then runcolormgr create-profile test0 normal
ortemp
, it saysprofile id 'test0' already exists
. It is possible to delete this with delete-profile though.Also there's a typo here: "persistent profiles are no yet supported" should be "persistent profiles are not yet supported".
colord/src/cd-main.c
Line 229 in d735245
btw there's like no documentation for this (what the options are) 💀 actually i'm not too sure what this command even does, I don't see the newly-created profile in
colormgr get-profiles
?The text was updated successfully, but these errors were encountered: