我正在尝试删除主目录中的 .Xauthority 文件。
arch wiki 建议定义
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
但既不将此行放在 .profile 中也不添加
XAUTHORITY DEFAULT=${XDG_RUNTIME_DIR}/Xauthority
到 .pam_environment 就可以了:
echo $XAUTHORITYreturns /home/user/.Xauthority。请注意,它ICEAUTHORITY DEFAULT=${XDG_RUNTIME_DIR}/ICEauthority按预期工作。