You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
382 B
11 lines
382 B
[Desktop Entry]
|
|
Name=python
|
|
Comment=My Python Program
|
|
#Exec=bash -c "sudo python /root/publish/apps/RPi/app.py"
|
|
Exec=bash -c "sleep 10 && chromium-browser -kiosk --disable-session-crashed-bubble --disable-infobars -app=http://127.0.0.1:5000/index.html"
|
|
Icon=/root/RPi/icon.jpg
|
|
Terminal=false
|
|
MultipleArgs=false
|
|
Type=Application
|
|
Categories=Application;Development;
|
|
StartupNotify=true |