-
到向日葵官网下载向日葵 for Linux的麒麟Arm64版本;
-
sudo dpkg -i 文件名.deb 安装;
-
安装依赖:
bashsudo apt install libappindicator3-1 -
如果没有的话就使用:
bashsudo apt install libayatana-appindicator3-1 -
关闭wayvnc服务及其自启动:
bashsystemctl stop wayvnc.service systemctl disable wayvnc.service -
开启VNC
bashsudo raspi-config --> Interface Options --> VNC --> enable sudo raspi-config --> Advanced Options --> Wayland --> X11 -
设置自启动
bashmkdir /home/<用户名>/.config/autostart cp /usr/share/applications/sunlogin.desktop /home/<用户名>/.config/autostart
记录树莓派4B安装向日葵的过程
Tesseract_95272024-12-24 15:59