图形化界面无法打开(MoTTY X11 proxy: Unsupported authorisation protocol
) 在 ~/.bashrc
(zsh
命令用户请在 ~/.zshrc
)中添加如下代码
export XAUTHORITY = $HOME /.Xauthority
需要授权色彩管理 (ubuntu 24.04 失效) 在 /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
需要授权网络连接 (ubuntu 24.04 失效) 在 /etc/polkit-1/localauthority/50-local.d/47-allow-networkd.pkla
(没有请新建该文件)中添加如下代码
[ Allow Network Control all Users]
Identity = unix-user:*
Action = org.freedesktop.NetworkManager.network-control
ResultAny = no
ResultInactive = no
ResultActive = yes