I want to change the login screen of my Fedora 17 box. I found some instructions on the web saying a lot about manually editing gconf settings:
$ su -
$ su - gdm -s /bin/bash
$ `dbus-launch | sed "s/^/export /"`
$ GSETTINGS_BACKEND=dconf gsettings set org.gnome.desktop.background picture-uri "file:///usr/share/backgrounds/<filename>"
Isn't there a simpler way?
