XSCE: Difference between revisions
| Line 137: | Line 137: | ||
http:localhost/admin | http:localhost/admin | ||
[[File:Admin-logged_in.png|400px]] | [[File:Admin-logged_in.png|400px]] | ||
===To make xfce start at default boot=== | |||
cd /etc/systemd/system | |||
ln -sf /lib/systemd/system/graphical.target default.target | |||
:If above line fails, run | |||
unlink default.target | |||
:*then try it again. | |||
*Reboot to test graphical login, presumably with username: xsce-admin | |||