#問題
windowsをクライアントとしてUbuntuをリモートデバイスとしてchrome-remote-desktopで接続した後にリモートデバイスをシャットダウンするとログインループに陥ります。
#原因
ログインができない原因はUbuntuでログインしようとするとリモートでログインをしてしまうからである。
#対処
chrome-remote-desktopをアンインストールすることでログインができるようになります。
sudo apt-get autoremove chrome-remote-desktop
#解決策
Ubuntuの起動時にchrome-remote-desktopが起動しないようにする。
sudo systemctl disable chrome-remote-desktop
ログイン後にchrome-remote-desktopが起動するようにする
gnome-session-properties
スタートアップアプリケーションの設定で
/opt/google/chrome-remote-desktop/chrome-remote-desktop --start
と記述する。
#参考
https://xvideos.hatenablog.com/entry/chrome-remote-desktop-ubuntu1804
https://jkpe.net/ubuntu-20-login-loop-chrome-remote-desktop-rdp/