Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

run python script on startup - debian

I have created an application using webcam. here my application opens a window to display the image. I want to run that application on startup. if i put startup file in rc.local, it runs successfully at startup but not allowing to show window. it shows -

gtk warning cannot open display.

how to show window? please help me guys!!

like image 578
ganesh m Avatar asked Aug 08 '26 19:08

ganesh m


1 Answers

If you're running LXDE (default on raspbian)

Add a .desktop file to your ~/.config/autostart directory (create one if not available) with 3 lines saying :

[Desktop Entry] 
Type=Application
Exec=python /path/to/your/application.py arguments

UPDATE: updated with Don Question's remark

like image 190
Gertjan Assies Avatar answered Aug 11 '26 07:08

Gertjan Assies



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!