1、安装gnome

apt-get install --no-install-recommends ubuntu-desktop gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal -y

2、安装dpi

sudo apt-get install xfonts-100dpi
sudo apt-get install xfonts-75dpi

2、修改vi /home/yp/.vnc/xstartup

#!/bin/sh
# Uncomment the following two lines for normal desktop:
export XKL_XMODMAP_DISABLE=1
unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
unset DBUS_SESSION_BUS_ADDRESS
gnome-panel &
gnmoe-settings-daemon &
metacity &
nautilus &
gnome-terminal &

相关文章:

  • 2021-11-16
  • 2021-12-22
  • 2021-09-17
  • 2022-12-23
  • 2021-07-01
  • 2021-04-25
  • 2021-08-31
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-15
  • 2021-07-18
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2021-04-12
相关资源
相似解决方案