Comment 6 for bug 1208469

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

No, the ".override" file will be preserved across upgrades. You can ship/provision that package in a file.
Alternatively you can modify the settings for the lightdm user directly like so:

$ sudo -i
$ xhost +SI:localuser:lightdm
$ su lightdm -s /bin/bash
$ gsettings set com.canonical.unity-greeter show-hostname 'false'
$ xhost -SI:localuser:lightdm