因此,就像主题一样,我正在尝试让 vnc 与 Gnome 一起工作。我使用以下命令安装了 gnome 和 vncserver。
sudo apt install ubuntu-gnome-desktop
sudo apt-get install vnc4server
我的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.
#vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
gnome-session &
#metacity &
#gnome-settings-daemon &
#gnome-panel &
#nautilus &
我看到一个灰色窗口..我根据谷歌的建议尝试,但没有成功..虽然 vnc 服务器可以工作或者我应该说当我使用 XFCE 时显示出来..但我正在尝试使用 gnome(不是经典)..
请帮忙..
更新:无法弄清楚如何让 vnc4server/vino 工作.. 但 x11vnc 工作得很好..
答案1
Ubuntu 自带默认远程共享,要启用该功能,只需vino-preferences
在终端中执行并使用密码启用远程共享。