-
到向日葵官网下载向日葵 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
相关推荐
Gaoithe4 小时前
ubuntu 端口复用德先生&赛先生4 小时前
Linux编程:1、文件编程程序猿小D5 小时前
第16节 Node.js 文件系统多多*5 小时前
微服务网关SpringCloudGateway+SaToken鉴权IT界小黑的对象7 小时前
virtualBox部署ubuntu22.04虚拟机 NAT+host only 宿主机ping不通虚拟机SilentCodeY7 小时前
Ubuntu 系统通过防火墙管控 Docker 容器weixin_527550408 小时前
Linux 环境下高效视频切帧的实用指南keson要进步8 小时前
CICD实战(二)-----gitlab的安装与配置藥瓿亭8 小时前
K8S认证|CKS题库+答案| 4. RBAC - RoleBinding吐泡泡_8 小时前
Linux(线程控制)