Creating a Launcher (Linux)
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
Here is an easy to use guide for Linux users on how to create a Launcher to run Traipse.
The first step is to create a .BIN file for you launcher. Right Click on your Desktop and choose Create Empty File. Call the File Traipse.bin, then edit it in your Text editor.
In the file add:
cd ~/Programs/Traipse
python Traipse.pywMake sure to reference the correct directory!!
And then chmod the program so it is an exectuable. To do this, open a terminal and change to your Desktop directory (cd Desktop). Then enter chmod a+x Traipse.bin in your terminal. Almost Done!!
You can now create a launcher for your software. When you create a Launcher you will want to direct it towards your new .BIN file.