Python3 xlib:无法解析 Xauthority

Python3 xlib: Failed to parse Xauthority

作为最小示例,以下代码:

from Xlib import xauth
xauth.Xauthority()

给出以下输出:

Xlib.xauth: warning, failed to parse part of xauthority file /home/sam-barr/.Xauthority, aborting all further parsing

Python xlib 版本:0.27

xorg-xauth 版本:1.1

OS:(拱门)linux

对我有用的解决方案是删除我的 .Xauthority 文件,然后重新启动。