#!/bin/bash
# Enter SARndbox directory:
cd ~/src/SARndbox-2.4
# Run CalibrateProjector with proper command line arguments:
./bin/CalibrateProjector -uhm -fpv
chmod a+x ~/src/SARndbox-2.4/CalibrateProjector.sh
xed ~/Desktop/CalibrateProjector.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon=mate-panel-launcher
Icon[en_US]=
Name[en_US]=
Exec=/home/<username>/src/SARndbox-2.4/CalibrateProjector.sh
Comment[en_US]=
Name=Start Calibration
Comment=
chmod a+x ~/Desktop/CalibrateProjector.desktop
will these lines of command work??