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 &
助言がありますか?
この質問を以前のスレッドのフォローアップではなく新しい質問として投稿したことでコミュニティのルールに違反した場合は、事前にお詫び申し上げます。適切と思われる場合は、新しい質問に移動します。