Few simple steps to get everything working (in my case).
To create bash file:Content of it:Start it:Modifying wayfire.ini:
Navigate to folder .config, open in terminalAdd to the end of the file:Save it and reboot.
Regards, Vlado
To create bash file:
Code:
sudo nano /home/vlado/Project/StartMain.sh
Code:
cd /home/vlado/Projectsource env/bin/activatepython main.py
Code:
vlado@raspberry:~/Project $ sudo chmod +x StartMain.shvlado@raspberry:~/Project $ ./StartMain.sh start
Navigate to folder .config, open in terminal
Code:
sudo nano wayfire.ini
Code:
[autostart]startmain = /home/vlado/Project/StartMain.sh
Regards, Vlado
Statistics: Posted by California — Sat May 25, 2024 6:02 am