Linux, 工作, 生活, 家人

Ubuntu

Ubuntu 22.04 + Chrome Remote Desktop Use Current Session

Chrome Remote Desktop 在 Ubuntu (其他 Linux 應該也是), 預設是開新的 Session ,但是這並不符合我們的使用習慣

1. 先下載這個 use_existing_session.patch patch file ,先上好 patch

2. 執行完之後

執行以下命令並重新啟動 chrome remote desktop service

export FIRST_X_DISPLAY_NUMBER = 0
echo "0" > ~/.config/chrome-remote-desktop/Xsession
systemctl restart chrome-remote-desktop@"your_user".service

目前在 Dell Notebook + Ubuntu 22.04 沒有問題,雙螢幕也可以支援

發佈留言