#!/bin/sh /usr/bin/gvm/gvm -S --rotated=no --fullscreen=no -i D050 -n xxxxxxxxxxxx -u "Xxx Xxx:1111"
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=GLaunch Exec=/home/user/MyDocs/GLaunch.sh X-Osso-Type=application/x-executable Comment=to launch GVM using set parameters
#!/bin/sh cd /home/user/.gvm cp gvm.store gvm.store_backup mv gvm.store gvm.store_orig ln -s gvm.store_20 gvm /usr/bin/gvm/gvm -S -a PPrs --rotated=no --fullscreen=no -i D050 -n xxxxxxxxxxxx -u "Xxx Xxx:1111"