Skip to content

Instantly share code, notes, and snippets.

@ramnes
Created June 28, 2014 13:00
Show Gist options
  • Save ramnes/0cf13ae650f85becdc1e to your computer and use it in GitHub Desktop.
Save ramnes/0cf13ae650f85becdc1e to your computer and use it in GitHub Desktop.
2014-06-28 14:59:29,896 ERROR _xpoll:605 Got an exception in poll loop
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 592, in _xpoll
r = h(e)
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 894, in handle_MapRequest
c = self.manage(w)
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 480, in manage
self.currentScreen.group.add(c)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 198, in add
self.focus(win, True)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 165, in focus
self.layoutAll(warp)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 98, in layoutAll
self.floating_layout.layout(floating, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/base.py", line 58, in layout
self.configure(i, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/floating.py", line 131, in configure
bc = self.group.qtile.colorPixel(self.border_focus)
File "/usr/lib/python2.7/site-packages/libqtile/utils.py", line 94, in wrap
if args in cache:
TypeError: unhashable type: 'list'
2014-06-28 14:59:40,353 ERROR _xpoll:605 Got an exception in poll loop
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 592, in _xpoll
r = h(e)
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 717, in handle_EnterNotify
self.toScreen(s.index)
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 916, in toScreen
self.currentGroup.focus(self.currentWindow, True)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 165, in focus
self.layoutAll(warp)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 98, in layoutAll
self.floating_layout.layout(floating, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/base.py", line 58, in layout
self.configure(i, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/floating.py", line 131, in configure
bc = self.group.qtile.colorPixel(self.border_focus)
File "/usr/lib/python2.7/site-packages/libqtile/utils.py", line 94, in wrap
if args in cache:
TypeError: unhashable type: 'list'
2014-06-28 14:59:41,499 ERROR _xpoll:605 Got an exception in poll loop
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 592, in _xpoll
r = h(e)
File "/usr/lib/python2.7/site-packages/libqtile/window.py", line 992, in handle_EnterNotify
self.group.focus(self, False)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 165, in focus
self.layoutAll(warp)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 98, in layoutAll
self.floating_layout.layout(floating, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/base.py", line 58, in layout
self.configure(i, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/floating.py", line 131, in configure
bc = self.group.qtile.colorPixel(self.border_focus)
File "/usr/lib/python2.7/site-packages/libqtile/utils.py", line 94, in wrap
if args in cache:
TypeError: unhashable type: 'list'
2014-06-28 14:59:41,909 ERROR _xpoll:605 Got an exception in poll loop
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 592, in _xpoll
r = h(e)
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 717, in handle_EnterNotify
self.toScreen(s.index)
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 916, in toScreen
self.currentGroup.focus(self.currentWindow, True)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 165, in focus
self.layoutAll(warp)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 98, in layoutAll
self.floating_layout.layout(floating, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/base.py", line 58, in layout
self.configure(i, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/floating.py", line 131, in configure
bc = self.group.qtile.colorPixel(self.border_focus)
File "/usr/lib/python2.7/site-packages/libqtile/utils.py", line 94, in wrap
if args in cache:
TypeError: unhashable type: 'list'
2014-06-28 14:59:41,930 ERROR _xpoll:605 Got an exception in poll loop
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 592, in _xpoll
r = h(e)
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 790, in handle_ButtonPress
self.cmd_focus_by_click(e)
File "/usr/lib/python2.7/site-packages/libqtile/manager.py", line 765, in cmd_focus_by_click
self.currentGroup.focus(self.windowMap.get(wnd), False)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 165, in focus
self.layoutAll(warp)
File "/usr/lib/python2.7/site-packages/libqtile/group.py", line 98, in layoutAll
self.floating_layout.layout(floating, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/base.py", line 58, in layout
self.configure(i, screen)
File "/usr/lib/python2.7/site-packages/libqtile/layout/floating.py", line 131, in configure
bc = self.group.qtile.colorPixel(self.border_focus)
File "/usr/lib/python2.7/site-packages/libqtile/utils.py", line 94, in wrap
if args in cache:
TypeError: unhashable type: 'list'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment