parkouss / pyewmh

An implementation of EWMH (Extended Window Manager Hints) for python, based on Xlib.
GNU Lesser General Public License v3.0
40 stars 15 forks source link

`getClientListStacking` in WSL2 raises `TypeError: 'NoneType' object is not iterable` #23

Open Avasam opened 1 year ago

Avasam commented 1 year ago
  File "/home/avasam/.local/lib/python3.9/site-packages/ewmh/ewmh.py", line 257, in getClientListStacking
    return [self._createWindow(w)

TypeError: 'NoneType' object is not iterable

It seems self._getProperty('_NET_CLIENT_LIST_STACKING') returns None in a WSLg environment.