justTony / pytyle

Automatically exported from code.google.com/p/pytyle
GNU General Public License v3.0
0 stars 0 forks source link

pytyle2 and PekWM #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have some problems running pytyle2 under pekWM.
I tried xpyb-ng and xpyb (both freshly checked out from repository). Both 
failed.

The output is:
[15:28 · ~] $ pytyle2
Traceback (most recent call last):
  File "/usr/bin/pytyle2", line 27, in <module>
    import pt.state as state
  File "/usr/lib/python2.7/site-packages/pt/state.py", line 267, in <module>
    init()
  File "/usr/lib/python2.7/site-packages/pt/state.py", line 20, in init
    load_properties()
  File "/usr/lib/python2.7/site-packages/pt/state.py", line 109, in load_properties
    update_property(pname)
  File "/usr/lib/python2.7/site-packages/pt/state.py", line 155, in update_property
    m()
  File "/usr/lib/python2.7/site-packages/pt/state.py", line 222, in update_NET_NUMBER_OF_DESKTOPS
    Workspace.add(wsid)
  File "/usr/lib/python2.7/site-packages/pt/workspace.py", line 8, in add
    Desktop.add(wsid)
  File "/usr/lib/python2.7/site-packages/pt/workspace.py", line 65, in add
    wa[wsid]['x'],
IndexError: list index out of range

The pytyle2 version is 2.0.0-1.
Further I am using PekWM.

If you need any further information feel free to contact me.
-- xCr4cx@gmail.com

Original issue reported on code.google.com by xCr4cx@gmail.com on 15 Feb 2011 at 2:29

GoogleCodeExporter commented 8 years ago
PS: I have 4 virtual native pekWM desktops.

Original comment by xCr4cx@gmail.com on 15 Feb 2011 at 2:31