无法获取tkinter python应用程序以在树莓派4上自动启动
我知道需要完成的第一件事是将pi配置为自动登录。已经完成了-但是我假设tkinter将是窗口管理器,所以我已经为CLI配置了自动登录。
请尝试通过在〜/ .bashrc中启动X来实现,方法是将它添加到文件startx&的底部,该文件将启动destop管理器,如果可能的话,我不希望发生这种情况。我希望只是启动X11,然后运行tkinter python应用程序。我正在使用python3.7。
我还在/ etc / xdg / lxsession / LXDE-pi / autostart的第3行中添加了我的全部内容。
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@/home/pi/pythondev/Plastrac15_1d.py
@xscreensaver -no-splash
point-rpi
python脚本包含shebang
#!/usr/bin/python3
并具有以下权限
-rwxr-xr-x 1 pi pi 188220 Oct 4 14:21 Plastrac15_1d.py
我正在树莓派4上运行
uname -a
Linux raspberrypi 4.19.66-v7l+ #1253 SMP Thu Aug 15 12:02:08 BST 2019 armv7l GNU/Linux
我所得到的只是终端窗口-当我将raspi-config文件更改为使用桌面管理器自动登录时-我得到了桌面管理器,但是tkinter python应用程序从未运行。