自动启动 openbox-autostart

自动启动 openbox-autostart

NanoPi M4我使用的是ubuntu 20.04的官方镜像。它使用LXQT桌面环境。我正在尝试将程序添加到自动启动中。
我将其放入 ~/.config/vnc.desktop 中:

[Desktop Entry]
Version=1.0
Type=Application
Name=VNC
Path=/home/pi/Files
Exec=/home/pi/Files/vnc.sh

并将其放入 /home/pi/Files/vnc.sh 中:

x0vncserver -passwordfile /home/pi/.vnc/passwd -display :0

我用过chmod +x /home/pi/Files/vnc.shsudo chmod +x /home/pi/Files/vnc.sh

但重启后我没有得到 vnc 自动启动。

/usr/lib/aarch64-linux-gnu/openbox-xdg-autostart --list输出中有这样的内容:

[*] VNC
      File: /home/pi/.config/autostart/vnc.desktop
      Executes: /home/pi/Files/vnc.sh

我看到 vnc 在系统 GUI 中处于自动启动状态。但它还没有开始。我还发现当我/usr/lib/aarch64-linux-gnu/openbox-autostart在终端中手动启动时它就会启动。
所以,在我看来 openbox-autostart 不会自动启动。我怎样才能解决这个问题?

相关内容