Search found 2 matches

by Søren
Fri Feb 05, 2021 1:29 pm
Forum: General Help
Topic: On Raspberry Pi, Autostart of executable does not show the correct icon and path
Replies: 2
Views: 6334

Re: On Raspberry Pi, Autostart of executable does not show the correct icon and path

Thank you for your answer. The point is that the "shortcut" (the .desktop file) works differently if it is placed on the desktop and double clicked, or it is in the autostart directory and started at boot up. In the Desktop Entry Specification you refer to, Icon is "Icon to display in...
by Søren
Sat Jan 30, 2021 3:23 pm
Forum: General Help
Topic: On Raspberry Pi, Autostart of executable does not show the correct icon and path
Replies: 2
Views: 6334

On Raspberry Pi, Autostart of executable does not show the correct icon and path

I have an executable file that are generated from a python program by using auto-py-to-exe, a gui front for pyinstaller, and a .ico file for a 64x64 icon, both placed in /home/pi/TestAS/Program. The program uses the path to store some persistent data. Both in /home/pi/.config/autostart and in /home/...