icedman / dash2dock-lite

A minimal and animated implementation of dash to dock
GNU General Public License v3.0
187 stars 14 forks source link

BUG | Click through #120

Open SalahElsayed277 opened 2 months ago

SalahElsayed277 commented 2 months ago

When I click an application, it clicks through choosing or clicking whatever content behind the icons. Sometimes the application I click on opens while also clicking through, and sometimes the application I click on doesn't open and it just clicks through.

Gnome Version 45.3 Kali Linux

xiadnoring commented 2 months ago

I had the same problem due to missing or problematic x11 support.
I had installed wayland and this is working fine.

if you want to find out which of these is installed on your linux, you can use this command in your terminal:

echo $XDG_SESSION_TYPE
icedman commented 2 months ago

I'll use X11 for a while. And fix these X11 related bugs. Thanks.

SalahElsayed277 commented 2 months ago

I had the same problem due to missing or problematic x11 support.
I had installed wayland and this is working fine.

if you want to find out which of these is installed on your linux, you can use this command in your terminal:

echo $XDG_SESSION_TYPE

Thanks, much appreciated!

xiadnoring commented 2 months ago

Glad I could help!

sam08sk commented 2 months ago

A possible workaround is to click the icon while pressing the SUPER key, then it clicks the icon instead of anything in the background. I've had a similar issue on the X11 system, while a window is maximized or overlapping, the doc icons won't receive the clicks, instead, the window was receiving the click. I hope it helps.