I.K.Picture & IT Info.

Google Chrome Remote Desktop Ubuntu 설치 본문

Desktop and Mobile/Linux

Google Chrome Remote Desktop Ubuntu 설치

helpful-intruder 2021. 7. 29. 15:01
반응형

구글 크롬 리모트 데스크톱을 우분투에 설치할 때 

살짝 문제가 있더라구요 

 

그 부분을 완벽한 해결은 아니지만 어느정도 해결하기 위한 방법 중 하나를 아래에 정리해 보았습니다.

 

 

 

 

 

 

 

 

sudo /opt/google/chrome-remote-desktop/chrome-remote-desktop --stop

 

sudo cp /opt/google/chrome-remote-desktop/chrome-remote-desktop /opt/google/chrome-remote-desktop/chrome-remote-desktop.orig

 

 

 

DEFAULT_SIZES = "1920x1080"

FIRST_X_DISPLAY_NUMBER = 0

 

주석

#while os.path.exists(X_LOCK_FILE_TEMPLATE % display):

#display += 1

 

 

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

 

sudo /opt/google/chrome-remote-desktop/chrome-remote-desktop --start

반응형
Comments