I am using lightdm to start qtile. I restart qtile with lazy.restart() On Saturday, 27 February 2021 at 15:58:08 UTC Tycho Andersen wrote:
> On Fri, Feb 26, 2021 at 03:14:19PM -0800, [email protected] wrote: > > Starting qtile is fine but when i reload the config qtile freezes. I had > to > > go to tty to restart. > > A couple of questions: > > 1. how are you starting qtile? > 2. how are you reloading the config? > > Your error, > > > 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? > > 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/eda8f3ea-c9fa-4513-8ccf-7887821f32e1n%40googlegroups.com.
