Traceback (most recent call last): File "/usr/lib/python3/dist-packages/Xlib/xauth.py", line 42, in __init__ raw = open(filename, 'rb').read() FileNotFoundError: [Errno 2] No such file or directory: '/home/chris/.Xauthority' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/caffeine-indicator", line 185, in caffeine = Caffeine() File "/usr/bin/caffeine-indicator", line 134, in __init__ self.window = make_unmapped_window("Caffeine indicator") File "/usr/bin/caffeine-indicator", line 125, in make_unmapped_window screen = display.Display().screen() File "/usr/lib/python3/dist-packages/Xlib/display.py", line 80, in __init__ self.display = _BaseDisplay(display) File "/usr/lib/python3/dist-packages/Xlib/display.py", line 62, in __init__ display.Display.__init__(*(self, ) + args, **keys) File "/usr/lib/python3/dist-packages/Xlib/protocol/display.py", line 61, in __init__ name, host, displayno) File "/usr/lib/python3/dist-packages/Xlib/support/connect.py", line 93, in get_auth return getattr(mod, modname).get_auth(sock, dname, host, dno) File "/usr/lib/python3/dist-packages/Xlib/support/unix_connect.py", line 116, in new_get_auth au = xauth.Xauthority() File "/usr/lib/python3/dist-packages/Xlib/xauth.py", line 44, in __init__ raise error.XauthError('~/.Xauthority: %s' % err) Xlib.error.XauthError: ~/.Xauthority: [Errno 2] No such file or directory: '/home/chris/.Xauthority'