i've updated my System to Ubuntu 22.04.1 LTS, which runs pretty good so far. But Firefox behaves weird, i can't use xprop | grep WM_CLASS
on Firefox Windows. None of the xprop
commands are working, the cursor also don't turn to a cross, when i hover a Firefox Window. It works like expected for Chrome, Opera or Thunderbird Windows, but not for Firefox.
I had the issue with the pre-installed snap Version from Firefox, so i uninstalled it and installed Firefox just as a package, but the issue remains. I use [xdotool][1]
to reload Browsers via Command, and Firefox Windows are not even recognized at all.
Firefox 105.0.2
Problem solved. I had another cursor issue before and ended up with
MOZ_ENABLE_WAYLAND=1
in /etc/environment
This caused the problem with xprop
and xdotool
. Chrome, Opera and all the other stuff are running from snap.
MOZ_ENABLE_WAYLAND=1
in
/etc/environment
If it's setted, Firefox don't appear in
– Ypsilon Oct 08 '22 at 12:29wmctrl -l
orxprop
. Great, i can keep my Workflow and Wayland, thx :)