Originally Posted by
breaktheebeat
... I'm running Ubuntu 19.04. I've tried to run 'sudo gsettings set org.gnome.desktop.background show-desktop-icons false' and when I run 'sudo gsettings get org.gnome.desktop.background show-desktop-icons' it outputs 'false'....
I've never run the gsettings command or dconf-editor with sudo to change such user settings with Ubuntu. Your attempts to set them there will most likely be affecting the setting for the root account, if the setting even exists as the root account normally is locked and you don't log into a desktop for root (again, under NORMAL circumstances). This is probably why the second "get" command failed as well. Edit: I just noted that it seems your command did work if the result was "false" but has only affected the root acoount settings because of sudo being used. I slightly misread your opening post initially there.
Try them again without sudo eg...
Code:
gsettings set org.gnome.desktop.background show-desktop-icons false
and
Code:
gsettings get org.gnome.desktop.background show-desktop-icons
I am actually not running the main Ubuntu flavor so can't test this fully here. I'm either on Xubuntu 18.04 or Ubuntu Mate 18.04 (dual booting the two) but over the years have used the Unity and gnome desktops extensively, I just don't run a gnome based desktop at all at the moment.
Hope this works for you, good luck. Yeti.