VNC INSTALL - k821209/pipelines GitHub Wiki

sudo apt-get update
sudo apt-get install xfce4 xfce4-goodies tightvncserver
  • ~/.vnc/xstartup 뼟 다음과 같이 고친다.
#!/bin/bash
vncconfig  -nowin &
xrdb $HOME/.Xresources
startxfce4 &
  • client 에서 다음을 실행
xfconf-query -c xfce4-keyboard-shortcuts -p /xfwm4/custom/'<'Super'>'Tab -r
⚠️ **GitHub.com Fallback** ⚠️