On Sat, Feb 27, 2021 at 08:58:02AM -0700, Tycho Andersen wrote: > On Fri, Feb 26, 2021 at 03:14:19PM -0800, [email protected] wrote: > > There error is as follows > > ``` > > 2021-02-26 23:09:02,693 ERROR libqtile > > manager.py:get_interesting_pid():L598 Got an exception in getting the > > window pid > > Traceback (most recent call last): > > File "/usr/lib/python3.9/site-packages/libqtile/core/manager.py", line > > 596, in get_interesting_pid > > return win.window.get_net_wm_pid() > > File "/usr/lib/python3.9/site-packages/libqtile/backend/x11/xcbq.py", > > line 610, in get_net_wm_pid > > r = self.get_property("_NET_WM_PID", unpack=int) > > File "/usr/lib/python3.9/site-packages/libqtile/backend/x11/xcbq.py", > > line 703, in get_property > > r = self.conn.conn.core.GetProperty( > > File "/usr/lib/python3.9/site-packages/xcffib/xproto.py", line 2720, in > > GetProperty > > return self.send_request(20, buf, GetPropertyCookie, > > is_checked=is_checked) > > File "/usr/lib/python3.9/site-packages/xcffib/__init__.py", line 391, in > > send_request > > seq = self.conn.send_request(flags, xcb_parts + 2, xcb_req) > > File "/usr/lib/python3.9/site-packages/xcffib/__init__.py", line 569, in > > wrapper > > self.invalid() > > File "/usr/lib/python3.9/site-packages/xcffib/__init__.py", line 556, in > > invalid > > raise XcffibException("Invalid connection.") > > xcffib.XcffibException: Invalid connection. > > looks to me like your X server died here; is qtile the parent process > of the session perhaps?
Can you paste more of the log by chance? I don't think either of these last two errors are fatal. Tycho -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/20210228025552.GA383604%40cisco.
