apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal

修改~/.vnc/xstartup

#!/bin/sh
 
export XKL_XMODMAP_DISABLE=1
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
 
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
gnome-terminal &

  

相关文章:

  • 2021-08-31
  • 2022-12-23
  • 2021-07-31
  • 2021-09-01
  • 2021-11-29
  • 2021-04-16
  • 2021-11-20
猜你喜欢
  • 2022-01-04
  • 2021-12-30
  • 2022-12-23
  • 2021-04-27
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案