🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
1.ubuntu查看版本 rpdzkj@linux:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionic 2.开机启动qt 应用 第一步:在/etc/init.d文件下创建S99hello.sh文件 vi S99hello.sh #! /bin/bash #显示设备 export DISPLAY=:0 #应用路径 cd /home/rpdzkj/Desktop/hello ./hello #给脚本执行权限 **chmod +x /etc/init.d/S99hello.sh** 第二步 在终端执行 ## gnome-session-properties 在弹窗中添加所开机启动的qt应用 然后重启设备