View Single Post
Posts: 123 | Thanked: 74 times | Joined on Nov 2009
#296
i have one question

i have installed the Frostwire p2p client. http://talk.maemo.org/showthread.php...233#post923233
and wrote a shell script:

Code:
cd  /home/user/MyDocs/frostwire-4.21.2.noarch/
 java -jar FrostWire.jar
it works from terminal,but now i want a desktop shortcut and made a .desktop file to execute the script.
However i get a internel error.

When i delete the line with
Code:
cd  /home/user/MyDocs/frostwire-4.21.2.noarch/
the jar file starts and displays an error because it cant find the needed files.

anybode can help?