I'm trying to get the window list in a Xvfb server in a debian squeeze machine. What I'm doing is:
$ Xvfb :2&
$ DISPLAY=:2; wmctrl -l
But I'm getting this error:
Cannot get client list properties. (_NET_CLIENT_LIST or _WIN_CLIENT_LIST)
Is this normal or am I missing something?
Thanks!!