You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
If I leave these scripts running for a while, I eventually can't open any more windows. If I try and open a window from the command line I get an error like :
cannot open display: :0.0
Maximum number of clients reached
Running sudo lsof -U +c0|(printf 'PID%3suser%6sFD%6sinode command\n';awk 'NR>1{printf"%5d %-8s%5s%10d %s\n",$2,$3,$4,$8,$1}') shows a huge number of xbindkeys instances. I suspect the tablet mode script is somehow launching new instances of xbindkeys until the maximum number of x clients is reached? Which then prevents me from opening more windows? Not sure...
FYI I'm running Ubuntu 15.10.
The text was updated successfully, but these errors were encountered:
If I leave these scripts running for a while, I eventually can't open any more windows. If I try and open a window from the command line I get an error like :
Running
sudo lsof -U +c0|(printf 'PID%3suser%6sFD%6sinode command\n';awk 'NR>1{printf"%5d %-8s%5s%10d %s\n",$2,$3,$4,$8,$1}')
shows a huge number of xbindkeys instances. I suspect the tablet mode script is somehow launching new instances of xbindkeys until the maximum number of x clients is reached? Which then prevents me from opening more windows? Not sure...FYI I'm running Ubuntu 15.10.
The text was updated successfully, but these errors were encountered: