Start Chrome, install the “Chrome Remote Desktop” app, run it. Under “My Computers”, hit “Enable remote connections”. Hopefully it should succeed. After this, ... ... <看更多>
「chrome remote desktop ubuntu」的推薦目錄:
- 關於chrome remote desktop ubuntu 在 [分享] Chrome遠端ubuntu 設定- 看板Linux - 批踢踢實業坊 的評價
- 關於chrome remote desktop ubuntu 在 Setting up Chrome Remote Desktop on Ubuntu - GitHub Pages 的評價
- 關於chrome remote desktop ubuntu 在 How to install end start chrome remote desctop #ubuntu - gists ... 的評價
- 關於chrome remote desktop ubuntu 在 Missing letters in dialog on Chrome Remote Desktop with ... 的評價
- 關於chrome remote desktop ubuntu 在 Re: [分享] Chrome遠端ubuntu 設定- Linux | PTT Web 的評價
- 關於chrome remote desktop ubuntu 在 Re: [問題] Chrome遠端ubuntu 設定- 看板Linux | PTT數位生活區 的評價
- 關於chrome remote desktop ubuntu 在 Re: [分享] Chrome遠端ubuntu 設定- linux | PTT數位生活 的評價
- 關於chrome remote desktop ubuntu 在 ubuntu 18.04 chrome remote desktop 설정 - GitHub Wiki SEE 的評價
- 關於chrome remote desktop ubuntu 在 Where to download chrome remote desktop 32 bit for ubuntu ... 的評價
- 關於chrome remote desktop ubuntu 在 Ubuntu Budgie - Step by step guide how to get Chrome... 的評價
chrome remote desktop ubuntu 在 How to install end start chrome remote desctop #ubuntu - gists ... 的推薦與評價
You should now have a 'Enable Remote Connection' button on the CRD extension page. sudo /etc/init.d/chrome-remote-desktop start. /opt/google ... ... <看更多>
chrome remote desktop ubuntu 在 Missing letters in dialog on Chrome Remote Desktop with ... 的推薦與評價
... <看更多>
chrome remote desktop ubuntu 在 Re: [分享] Chrome遠端ubuntu 設定- Linux | PTT Web 的推薦與評價
引述《roccqqck (Rochelle)》之銘言: : http://robotslam.blogspot.com/2018/03/ubuntu-chrome-remote-desktop-setting.h tm : 來源是這裡: linux ... ... <看更多>
chrome remote desktop ubuntu 在 Re: [問題] Chrome遠端ubuntu 設定- 看板Linux | PTT數位生活區 的推薦與評價
引述《roccqqck (Rochelle)》之銘言: : http://robotslam.blogspot.com/2018/03/ubuntu-chrome-remote-desktop-setting.h tm : 來源是這裡: linux照windows mac 方法 ... ... <看更多>
chrome remote desktop ubuntu 在 Re: [分享] Chrome遠端ubuntu 設定- linux | PTT數位生活 的推薦與評價
... http://robotslam.blogspot.com/2018/03/ubuntu-chrome-remote-desktop-setting.html : 來源是這裡: linux照windows mac 方法安裝chrome遠端: ... ... <看更多>
chrome remote desktop ubuntu 在 ubuntu 18.04 chrome remote desktop 설정 - GitHub Wiki SEE 的推薦與評價
Chrome Remote Desktop 을 Ubuntu 환경에서 사용할 경우, 세션이 여러 개 열리게 된다. 따라서, 기존에 작업 중인 것을 확인 할 수 없다. 아래, 2가지 버전이 있으나. 현재 ... ... <看更多>
chrome remote desktop ubuntu 在 Where to download chrome remote desktop 32 bit for ubuntu ... 的推薦與評價
My objective is to install the 32 bit version of the debian package of chrome remote desktop host component. When i click on the 32 bit ... ... <看更多>
chrome remote desktop ubuntu 在 Ubuntu Budgie - Step by step guide how to get Chrome... 的推薦與評價
Ubuntu Budgie · A patch for chrome remote desktop · Ubuntu Budgie · Ubuntu Budgie and Orchis theme deliver a smooth, elegant desktop experience | Ubuntu Budgie. ... <看更多>
chrome remote desktop ubuntu 在 [分享] Chrome遠端ubuntu 設定- 看板Linux - 批踢踢實業坊 的推薦與評價
https://robotslam.blogspot.com/2018/03/ubuntu-chrome-remote-desktop-setting.html
來源是這裡
linux照windows mac 方法安裝chrome遠端
無法像windows mac一定連到本地螢幕桌面
會像xrdp一樣 連到一個新的桌面
至於要怎麼設定連到本地桌面
$ sudo apt-get update
$ sudo apt-get upgrade
如要在 Linux 電腦上使用 Chrome,您的系統需符合以下條件:
64 位元 Ubuntu 14.04 以上版本
Debian 8 以上版本
openSUSE 13.3 以上版本
Fedora Linux 24 以上版本
Intel Pentium 4 以上版本處理器 (可支援 SSE2)
安裝chrome 瀏覽器 stable
https://www.google.com/chrome/browser/desktop/index.html
安裝 chrome遠端app
https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp
安裝 chrome遠端主機
https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
停止 Chrome Remote Desktop:
$ /opt/google/chrome-remote-desktop/chrome-remote-desktop --stop
再來這指令很長 是一行喔 Backup the original configuration:
$ sudo cp /opt/google/chrome-remote-desktop/chrome-remote-desktop/opt/google/
chrome-remote-desktop/chrome-remote-desktop.orig
編輯config file (sudo vim, gksudo gedit, nano都可):
$ sudo vim /opt/google/chrome-remote-desktop/chrome-remote-desktop
進去vim編輯後
找到 DEFAULT_SIZES 改參數
DEFAULT_SIZES = "1920x1080"
找到FIRST_X_DISPLAY_NUMBER 改參數
FIRST_X_DISPLAY_NUMBER = 0
找到這函數 用#註解下面兩行
def get_unused_display_number():
"""Return a candidate display numbre for which ther is currently no
X server lock file"""
display = FIRST_X_DISPLAY_NUMBER
# while os.path.exists(X_LOCK_FILE_TEMPLATE % display):
# display += 1
return display
找到這個函數 用#註解某兩行 再加display跟self.child兩行
def launch_session(self, x_args):
self._init_child_env()
self._setup_pulseaudio()
self._setup_gnubby()
# self._launch_x_server(x_args)
# self._launch_x_session()
display = self.get_unused_display_number()
self.child_env["DISPLAY"] = ":%d" % display
儲存vim 或 nano
下指令
$ /opt/google/chrome-remote-desktop/chrome-remote-desktop --start
這樣你chrome遠端 就跟一般windows mac一樣了
如何想要重開機也可以遠端
要去設定 user account 開啟auto login
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自:
※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1541491345.A.DE8.html
※ 編輯: roccqqck (223.136.78.222), 11/07/2018 00:41:12
... <看更多>