Avainsanat
Android Bash blogaaminen Chrome Chromium Commodore 64 elokuva eläin Facebook Firefox Gnome Google huumori Intel Internet kieli kirjallisuus kuluttajuus Launchpad liikenne Linux Mattermost mielenterveys musiikki Nautilus Nextcloud nisäkäs Oulu psykologia Rhythmbox saavutettavuus Samsung Snap Synaptic terveys tiede Totem turvallisuus Ubuntu Unity uskonto Wekan WordPress Yle YouTube
I can’t speak for Jeroen, but I played around with the upstream builds (both 92 and 91) and my faulty profile a bit and managed to isolate the trigger combination for this:
MOZ_ENABLE_WAYLAND=1
and settinglayout.css.devPixelsPerPx
to my preferred value of1.2
; either resettinglayout.css.devPixelsPerPx
to its default (-1.0
), or running Firefox withoutMOZ_ENABLE_WAYLAND=1
will make the toolbar items work again. Here’s the graphics portion of myabout:support
.So my steps to reproduce this are:
MOZ_ENABLE_WAYLAND=1
layout.css.devPixelsPerPx
to1.2
What I expect to happen:
For the hamburger menu content to show.
What happens instead:
The hamburger menu content flickers or doesn’t show at all.