Re: [問題] vnc4server

看板Linux作者 (DreamerC)時間16年前 (2009/04/22 07:47), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
# apt-get install vnc2server 替換 ~/.vnc/xstartup 為以下內容 --- #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey export XDG_CONFIG_HOME=${HOME}"/.config" export XDG_DATA_DIRS="/usr/local/share:/usr/share/:/usr/share/gdm/" vncconfig -iconic & scim -d & lxsession # 如果是 gnome 的話把 lxsession 替換成 gnome-session -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.134.187.206
文章代碼(AID): #19xbiY-G (Linux)
文章代碼(AID): #19xbiY-G (Linux)