View Single Post
Posts: 123 | Thanked: 74 times | Joined on Nov 2009
#301
Originally Posted by gionni88 View Post
This is my frostwire.sh
Code:
#!/bin/sh
cd  /opt/frostwire-4.21.2.noarch/
java -jar FrostWire.jar
and frostwire.desktop
Code:
[Desktop Entry]
Type=Application
Name=FrostWire
Exec=/opt/frostwire-4.21.2.noarch/frostwire.sh
Icon=frostwire
thank you so much. ihis helped me but i hat do add th sh command:
Code:
Exec=sh /opt/frostwire-4.21.2.noarch/frostwire.sh

Last edited by lq_sunshine; 2011-01-18 at 22:15.