当前位置: 首页 > 工具软件 > MATE Desktop > 使用案例 >

install Ubuntu mate desktop

华泽语
2023-12-01

install basic software package

apt install ntp

apt install ubuntu-mate-core
or
apt install ubuntu-mate-core ubuntu-mate-desktop

install vncserver

apt install vnc4server

start and stop vncserver to create ~/.vnc/xstartup file

vncserver :1
vncserver -kill :1

modify ~/.vnc/xstartup file like

...
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &

mate-session &

let vncserver auto start with reboot

 类似资料:

相关阅读

相关文章

相关问答