Display issue after an update F42

Hello,

I made an update this morning. Since then, GTK4 windows no longer display correctly. I have the same problem with Gnome software, Nautilus, terminal, gnome-config.

On the other hand, Firefox or Evolution display correctly.

I have the same problem with 2 different Lenovo PCs, one with an AMD card, the other with an Intel video card.

Am I the only one having this problem? Is it due to a regression?

If not, how can I fix it?

Here is an exemple of how Nautilus display:

Looks like this may be the same issue noted here.
Thanks

1 Like

Sorry, but I saw the other topic after posting. Thanks for the quick responce :slight_smile:

I also downgraded the MESA drivers and that fixed the problem.

On the other hand, DNF reproposes me to update the drivers, is there any way to block them?

sudo dnf --setopt=exclude=mesa* upgrade

Would be the command line way..

You could also set it more permanently with sudo dnf config-manager setopt exclude=
You can use unsetopt to clear it.

ref:

1 Like