Main question would be. Is this a bug? If it is a bug, how to find similar bugs and report it? The information available is not very clear to me. Should it be at bugzilla of Red Hat, Gnome, or any other?
If you need some context, read this topic started by me.
I found a new workaround:
- Start Fedora with an older kernel which does not have this black background issue. In my case it was kernel version 5.5.16-200.fc31.x86_64.
- I opened Terminal and issued the following commands:
- First checked current settings with:
gsettings get org.gnome.desktop.background picture-uri
It returned in my case'file:///usr/share/backgrounds/f30/default/f30.xml'
- Set to no background with:
gsettings set org.gnome.desktop.background picture-uri ''
- It is very likely the background color is set to black, and you can check it with:
gsettings get org.gnome.desktop.background primary color
- You can change the color with an rgb value like this:
gsettings set org.gnome.desktop.background primary color 'rgb(32,68,106)'
- First checked current settings with:
- Reboot your system to your latest kernel version. In my case it is now 5.6.18-200.fc31.x86_64 and you should see a desktop set with your desired color.
Some notes. It works kinda. Sometimes small icons in the top menu bar of the desktop are garbled. Pop-up windows have sometimes artifacts around the edges and have sometimes ghosting of those edges.