On Wed, Jan 28, 2015 at 11:22:08PM -0800, Arns Udovīčė wrote:
> It would be good to include https://github.com/qtile/qtile/pull/589 (pacman 
> widget fix).

Yep, I'm planning to merge that and a handful of other things before I
tag, just need to get some time to do it :)

> And yesterday I got some errors what left my qtile unresponsible, In log I 
> found (but I couldn't reproduce, so just FYI):

Thanks for the report; any chance you can get an xtrace?

Tycho

> *2015-01-28 18:17:09,796 ERROR layoutAll:97 Exception in layout max*
> Traceback (most recent call last):
>   File "/usr/lib/python3.4/site-packages/libqtile/group.py", line 94, in 
> layoutAll
>     self.layout.layout(normal, screen)
>   File "/usr/lib/python3.4/site-packages/libqtile/layout/base.py", line 58, 
> in layout
>     self.configure(i, screen)
>   File "/usr/lib/python3.4/site-packages/libqtile/layout/max.py", line 106, 
> in configure
>     client.hide()
>   File "/usr/lib/python3.4/site-packages/libqtile/window.py", line 357, in 
> hide
>     self.window.unmap()
>   File "/usr/lib/python3.4/site-packages/libqtile/xcbq.py", line 662, in 
> unmap
>     self.conn.conn.core.UnmapWindowChecked(self.wid).check()
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 305, in 
> check
>     self.conn.request_check(self.sequence)
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 517, in 
> wrapper
>     return f(*args)
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 610, in 
> request_check
>     self._process_error(err)
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 581, in 
> _process_error
>     raise error(buf)
> xcffib.xproto.WindowError
> 
> other interesting:
> *2015-01-28 19:56:42,098 ERROR _xpoll:668 Got an exception in poll loop*
> Traceback (most recent call last):
>   File "/usr/lib/python3.4/site-packages/libqtile/manager.py", line 657, in 
> _xpoll
>     r = h(e)
>   File "/usr/lib/python3.4/site-packages/libqtile/window.py", line 994, in 
> handle_EnterNotify
>     self.group.focus(self, False)
>   File "/usr/lib/python3.4/site-packages/libqtile/group.py", line 161, in 
> focus
>     l.focus(win)
>   File "/usr/lib/python3.4/site-packages/libqtile/layout/max.py", line 42, 
> in focus
>     self.group.layoutAll()
>   File "/usr/lib/python3.4/site-packages/libqtile/group.py", line 99, in 
> layoutAll
>     self.floating_layout.layout(floating, screen)
>   File "/usr/lib/python3.4/site-packages/libqtile/layout/base.py", line 58, 
> in layout
>     self.configure(i, screen)
>   File "/usr/lib/python3.4/site-packages/libqtile/layout/floating.py", line 
> 146, in configure
>     client.unhide()
>   File "/usr/lib/python3.4/site-packages/libqtile/window.py", line 362, in 
> unhide
>     self.state = NormalState
>   File "/usr/lib/python3.4/site-packages/libqtile/window.py", line 308, in 
> state
>     self.window.set_property('WM_STATE', [val, 0])
>   File "/usr/lib/python3.4/site-packages/libqtile/xcbq.py", line 612, in 
> set_property
>     ).check()
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 305, in 
> check
>     self.conn.request_check(self.sequence)
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 517, in 
> wrapper
>     return f(*args)
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 610, in 
> request_check
>     self._process_error(err)
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 581, in 
> _process_error
>     raise error(buf)
> xcffib.xproto.WindowError
> *2015-01-28 19:56:42,162 ERROR _xpoll:668 Got an exception in poll loop*
> Traceback (most recent call last):
>   File "/usr/lib/python3.4/site-packages/libqtile/manager.py", line 645, in 
> _xpoll
>     e = self.conn.conn.poll_for_event()
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 517, in 
> wrapper
>     return f(*args)
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 544, in 
> poll_for_event
>     return self.hoist_event(e)
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 615, in 
> hoist_event
>     return self._process_error(ffi.cast("xcb_generic_error_t *", e))
>   File "/usr/lib/python3.4/site-packages/xcffib/__init__.py", line 581, in 
> _process_error
>     raise error(buf)
> xcffib.xproto.WindowError
> 
> 2015 m. sausis 28 d., trečiadienis 07:45:34 UTC+2, Tycho Andersen rašė:
> >
> > Hi all, 
> >
> > Just writing to let you know that I'll probably be tagging 0.9.1 soon. 
> > Lots of people have pointed out and fixed unicode/python{2,3} compat 
> > issues since the 0.9 release, so it would be nice to have the tagged 
> > version work out of the box. 
> >
> > Please run the trunk and let us know if you have any issues! 
> >
> > Thanks, 
> >
> > 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].
> For more options, visit https://groups.google.com/d/optout.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to