AWS EC2 Ubuntu 인스턴스를 실행했습니다.
결과는 lsb_release -a
다음과 같습니다:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
나는 언급했다xfce 없이 Ubuntu 데스크탑에서 vnc 서버를 작동시키는 방법VNC 클라이언트를 통해 Ubuntu 데스크탑에 로그온할 수 있었습니다. 아직도 회색 화면만 보입니다.
이것이 내 vnc/xstartup
파일의 모습입니다.
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
# exec sh /etc/X11/xinit/xinitrc
export XKL_XMODMAP_DISABLE=1
unset DBUS_SESSION_BUS_ADDRESS
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
metacity &
gnome-settings-daemon
gnome-session &
gnome-panel &
nautilus &
gnome-terminal &
# x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
# x-window-manager &
어떤 제안이 있으십니까?
이전 스레드에 대한 후속 질문 대신 이 질문을 새 질문으로 게시하여 커뮤니티 규칙을 어긴 경우 미리 사과드립니다. 적절하다고 생각하시면 그곳으로 옮기겠습니다.