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
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
<!DOCTYPEbusconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- This configuration file specifies the required security policies for the ColorManager to work. --><!-- Only user root or user colord can own the colord service -->
<policyuser="root">
<allowown="org.freedesktop.ColorManager"/>
</policy>
<policyuser="colord">
<allowown="org.freedesktop.ColorManager"/>
</policy>
<!-- Allow anyone to call into the service - we'll reject callers using PolicyKit -->
<policycontext="default">
<allowsend_destination="org.freedesktop.ColorManager"send_interface="org.freedesktop.ColorManager"/>
<allowsend_destination="org.freedesktop.ColorManager"send_interface="org.freedesktop.ColorManager.Profile"/>
<allowsend_destination="org.freedesktop.ColorManager"send_interface="org.freedesktop.ColorManager.Device"/>
<allowsend_destination="org.freedesktop.ColorManager"send_interface="org.freedesktop.ColorManager.Sensor"/>
<allowsend_destination="org.freedesktop.ColorManager"send_interface="org.freedesktop.DBus.Properties"/>
<allowsend_destination="org.freedesktop.ColorManager"send_interface="org.freedesktop.DBus.Introspectable"/>
<allowsend_destination="org.freedesktop.ColorManager"send_interface="org.freedesktop.DBus.Peer"/>
</policy>
</busconfig>
The text was updated successfully, but these errors were encountered:
These files are created for the lightdm user or something like, they don't belong to the actual user logged in. Looks like LightDM managed to start colord on its own and now colord tries to access files that do not belong to the current user. It is definitely a colord issue, not xiccd one. And it could be just a configuration issue, that is, deleting the whole icc directory under lightm can potentially help. There EDID-based ICC files are auto-generated and can be newly generated at any time.
Fixing file permissions manually could help as well, but I don't believe it's about file permissions. Probably it is about the whole directory permissions which should not be altered since there are other safety-critical files in the lightdm directory as well.
~/.xsession-errors
/usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service
/usr/share/dbus-1/system.d/org.freedesktop.ColorManager.conf
The text was updated successfully, but these errors were encountered: