18.04 = circular login problem on system freeze

Ralf Mardorf silver.bullet at zoho.com
Fri Jul 20 01:13:26 UTC 2018


If this...

sudo -u username dbus-launch gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top false

...shouldn't work, this...

HOME_BAK=$HOME
HOME="/home/username"
sudo -u username gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top false
HOME=$HOME_BAK

...should work.





More information about the ubuntu-users mailing list