I running a Pi3B with a PiOs 64bit image that I downloaded a couple of weeks ago.
I'm trying to get my python program to run full screen with out any desktop or window decorations. I initially found that putting a .desktop file pointing to my program into /etc/xdg/autostart would work for an older version of rasbian. This now will start my program, but most of the time I now see the desktop and window decorations, not all of the time, but most of the time.
I searched through this forum and found a thread that was trying to get rid of the window decorations and they used the /etc/xdg/lxsession/LXDE-pi/autostart file with @lxterminal -e /home/pi/bin/run.sh at the end. My program wouldn't run when I tried this.
Here is my startup script:
/home/pi/python-env/bin/python /home/pi/Python/PiPyClock/pipyclock-tk.py
Can anybody help me figure out where or how to run my program and have it be full screen without any decorations?
I'm trying to get my python program to run full screen with out any desktop or window decorations. I initially found that putting a .desktop file pointing to my program into /etc/xdg/autostart would work for an older version of rasbian. This now will start my program, but most of the time I now see the desktop and window decorations, not all of the time, but most of the time.
I searched through this forum and found a thread that was trying to get rid of the window decorations and they used the /etc/xdg/lxsession/LXDE-pi/autostart file with @lxterminal -e /home/pi/bin/run.sh at the end. My program wouldn't run when I tried this.
Here is my startup script:
/home/pi/python-env/bin/python /home/pi/Python/PiPyClock/pipyclock-tk.py
Can anybody help me figure out where or how to run my program and have it be full screen without any decorations?
Statistics: Posted by JalopiGreg — Tue Apr 15, 2025 9:38 pm