你好,关于 ubuntu 16 有很多讨论,我已经尝试了 18 的所有版本,但总是出现相同的灰色屏幕。我的 perl 文件中的相关部分是
$defaultXStartup
= ("#!/bin/sh\n\n".
"# Uncomment the following two lines for normal desktop:\n".
"# unset SESSION_MANAGER\n".
"# exec /etc/X11/xinit/xinitrc\n\n".
"[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup\n".
"[ -r \$HOME/.Xresources ] && xrdb \$HOME/.Xresources\n".
"xsetroot -solid grey\n".
"vncconfig -iconic &\n".
"x-terminal-emulator -geometry 80x24+10+10 -ls -title \"\$VNCDESKTOP Desktop\" &\n".
"x-window-manager &\n".
"gnome-panel &\n".
"/usr/lib/gnome-settings-daemon/gsd-xsettings &\n".
"metacity &\n".
"nautilus &\n");
答案1
我的问题是,我尝试了多个 vnc 服务器,其中一个自动创建了 ~/.vnc/xstartup,因此 bin 目录中的默认设置不再被使用,而我却不知道。