v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
657 stars 58 forks source link

yad blocks iself when use in wayland and KDE and set GDK_BACKEND=x11 environment #158

Open sl1pkn07 opened 2 years ago

sl1pkn07 commented 2 years ago

When try to run GUI based on yad in wayland KDE session (nvidia blob 510.x with GBM backend) and set GDK_BACKEND=x11 environment for "disable" wayland and use Xwayland, the all yad proccess is stop working (freezing/block proccess) when do actions like pulse OK, cancel or "action" buttons

the yad proccess convers to "zombie" and the unique method to kill it is send sigkill signal like killall -9 yad

i know native wayland is not yet supported. but run as Xwayland (X11) proccess should be working ok

greetimgs