CyberShadow / hax11

Hackbrary to Hook and Augment X11 protocol calls
MIT License
116 stars 9 forks source link

firefox freezes on middle mouse (3) button click #11

Open ng8weji9vowdv opened 11 months ago

ng8weji9vowdv commented 11 months ago

1) Select text, click right mouse button and copy; 2) Select any other text click mouse 3 button - freeze.

root@deb12:~/Desktop# export LD_PRELOAD=/usr/local/lib64/hax11.so
root@deb12:~/Desktop# firefox

deb 12 and xfce4 running, ps as was mentioned in #6 even $LIB is suddenly empty, so had to hardcore the path.

CyberShadow commented 11 months ago

Note that $LIB does not refer to an environment variable, it's just a confusing syntax used by glibc. See "Dynamic string tokens" in ld.so(8).

Can you post Debug=3 output leading up to this?