-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytyle3: IndexError: list index out of range #11
Comments
Do you have anything special about your setup? Multiple monitors? Are you using regular Openbox or my fork, Openbox Multihead? Also, could you run |
This is a ouput xprop -root. I run on Virtual box. I don't have any special setup.
That's all. _NET_ACTIVE_WINDOW(WINDOW): window id # 0x1000004 |
I have a issue with pytyle3 on my setup: Ubuntu server 12.04 and Openbox. I follow the link https://github.com/BurntSushi/pytyle3/wiki/Ubuntu-12.04-installation-documentation to download source and compile sucessful, but when running, it shows the error below, pls help
./pytyle3
Openbox window manager is running...
Traceback (most recent call last):
File "./pytyle3", line 19, in
client.update_clients()
File "/home/yvo/packages/pytyle3/pt3/client.py", line 189, in update_clients
track_client(c)
File "/home/yvo/packages/pytyle3/pt3/client.py", line 205, in track_client
clients[client] = Client(client)
File "/home/yvo/packages/pytyle3/pt3/client.py", line 52, in init
tile.update_client_add(self)
File "/home/yvo/packages/pytyle3/pt3/tile.py", line 83, in update_client_add
tiler.add(c)
File "/home/yvo/packages/pytyle3/pt3/layouts/layout_vert_horz.py", line 20, in add
debug('%s being added to %s' % (c, self))
File "/home/yvo/packages/pytyle3/pt3/layouts/init.py", line 61, in str
wa = self.get_workarea()
File "/home/yvo/packages/pytyle3/pt3/layouts/init.py", line 56, in get_workarea
mon = state.workarea[state.visibles.index(self.desk)]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: