Version 1, last updated by sirebral at Jun 20 00:48 2010 UTC

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.pyw

Make 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.