解决Ubuntu 20.04 远程连接-Authentication Required

AI摘要

创建文件允许所有用户使用Colord色彩管理功能,配置路径为/etc/polkit-1/localauthority/50-local.d/45-allow-colord.pkla。

解决Ubuntu 20.04 远程连接-Authentication Required

创建文件并输入下面的参数

 /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

Saiyintai

软件测试工程师

相关推荐

Ubuntu系统的文件操作

Linux常用文件操作命令:rm -r删除文件,mv移动文件,cp -r复制文件。操作需进入su模式,注意命令格式正确性。

暂无评论