本人环境为 Ubuntu 20.04
文章目录
问题描述
使用 xrdp 远程登录 Ubuntu,可能会出现以下弹框要求输入密码:

描述信息一般是:
- 需要授权来创建色彩管理设备 / Authentication is required to create a color managed device
- 需要授权来移除色彩管理设备 / Authentication is required to remove a color managed device
- 刷新系统软件源需要认证 / Authentication is required to refresh the system repositories
解决方案
解决“色彩管理设备” / “color managed device” 弹窗
创建文件 /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

本文提供了解决Ubuntu远程登录时出现的“色彩管理设备”及“刷新系统软件源需要认证”弹窗问题的方法。通过修改polkit配置,允许所有用户无需密码执行相关操作。
最低0.47元/天 解锁文章
5728





