Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Repeatedly launches xbindkeys instances until no more x clients can be opened #18

Open
sdahdah opened this issue Jan 3, 2016 · 2 comments

Comments

@sdahdah
Copy link

sdahdah commented Jan 3, 2016

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.

@sjjh
Copy link

sjjh commented Feb 28, 2016

I can confirm the problem (with a Yoga 12 on Ubuntu 15.10 as well).

@ogni90
Copy link

ogni90 commented Jan 21, 2017

Problem still exists with Ubuntu 16.10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants