This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mkdir ~/.config/lxsession | |
sudo mkdir ~/.config/lxsession/LXDE | |
sudo nano ~/.config/lxsession/LXDE/autostart |
and add:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lxterminal --geometry=50x10 --title="MY TITLE" -e python /usr/bin/my_script.py |
This will allow the same program to be launched from the desktop upon double-click:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lxshortcut -o ~/Desktop/my_launcher.desktop |
add
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lxterminal --geometry=50x10 --title="MY TITLE" -e python /usr/bin/my_script.py |
No comments:
Post a Comment