ubuntu16 04 root ディスクトップを開く設定

*********************************************************************************************

ログイン設定ファイル/etc/lightdm/lightdm.conf を編集
lightdm.confが存在しなければ新規作成

root@HP-Z400:~# vi /etc/lightdm/lightdm.conf

[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
greeter-show-manual-login=true

root@HP-Z400:~# reboot

エラー対処

root@HP-Z400:~# 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

Ubuntu VNC接続 root デスクトップアクセス OK

**********************************************************************************

投票数:1 平均点:10.00

 
Back to Top