ID:800152  

解决debian系统"Authentication is required to create a color prof

[需要授权彩色管理]

2025年01月08日   5


第一步,随便打开一个终端,输入以下命令

sudo nano /etc/polkit-1/localauthority/50-local.d/45-allow-colord.pkla

第二步,把以下内容复制粘贴过去:

[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes

3. 第三步,保存并退出(先按 Ctrl + X , 然后按 Y, 最后回车)

[Linux]