View Single Post
Posts: 387 | Thanked: 707 times | Joined on May 2015 @ Italy
#335
that's the content:
Code:
[Desktop Entry]
Exec=invoker --type=generic -s /usr/bin/sfdroid.sh
Icon=/usr/share/icons/hicolor/96x96/apps/sfdroid.png
Name=sfdroid
Type=Application
Version=1.0
and of /usr/bin/sfdroid.sh :

Code:
#!/bin/sh

/usr/bin/sg graphics "/usr/bin/sfdroid $@"
 

The Following 3 Users Say Thank You to claustn For This Useful Post: