https://bugs.kde.org/show_bug.cgi?id=453280

--- Comment #7 from Mikiya Okuno <mikiya.ok...@gmail.com> ---
I also encounter the same problem. By turning off, and on the monitor display,
6 sessions leak. I check the session by the following command as in the link in
the Raman Gupta's comment:

$ sudo ss -x src "*/tmp/.X11-unix/*" | grep -Eo "[0-9]+\s*$" | while read port;
do sudo ss -p -x | grep -w $port | grep -v X11-unix ; done | grep -Eo '".+"' |
sort | uniq -c | sort -rn
    106 "kded5"
     14 "VirtualBoxVM"
      6 "dbus-launch"
      4 "konsole"
      3 "slack"
      2 "kwin_x11"
... skip ...

Disconnecting/connecting an HDMI cable also leak 6 sessions. I connect an HDMI
cable directly to my video card.

The problem is really irritating. I have to restart my machine every time when
the session is running out. Since the maximum number of X11 sessions available
is 256, the session runs out by 42 monitor power cycles at maximum. Other
applications also open X11 sessions, so it runs out even earlier.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to