--------------------------------------
ログイン設定ファイル/etc/lightdm/lightdm.conf を編集
***lightdm.confが存在しなければ新規作成 ***
root@moco:~# vi /etc/lightdm/lightdm.conf
[SeatDefaults]
greeter-session=pantheon-greeter
user-session=ubuntu
greeter-show-manual-login=true
ーーーーーー
エラー対処
root@moco:~# vi /root/.profile
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
#mesg n || true
if `tty -s`; then
mesg n
fi
root@moco:~# reboot
*************************************************************************
VNC 接続すると、ログインマネージャーに「manual login 」が追加され、
root ログインできるが、デスクトップメニューが表示されない。