Instructions for setting up a RAW desktop shortcut from source
All files referred to are initially located in the RAW LinuxLib folder.
Add the
start_rawfile to your path:sudo cp ~/raw/LinuxLib/start_raw /usr/local/bin
Make the
start_rawfile executable:sudo chmod +x /usr/local/bin/start_raw
Copy the
RAW.desktopfile to the desktop:cp ~/raw/LinuxLib/RAW.desktop ~/Desktop/
Right click on the
RAWfile on the desktop, and selectClick on the Permissions tab, and make sure Allow executing file as program is checked.
Note: depending your distribution/shell, you have to edit the
start_rawfile to use a different shell. By default it uses bash.