Do

Comment 23 for bug 317076

Revision history for this message
Patrick Ulbrich (pulb) wrote :

Got the same problem with tvbrowser (http://www.tvbrowser.org).

the desktop file looks like this:

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=TV-Browser
Type=Application
Terminal=false
Name[de_DE]=TV-Browser
Exec=/home/pat/apps/tvbrowser/tvbrowser.sh
Icon=/home/pat/icons/tv.svg

but the actual process looks like this:

java -Xms16m -Xmx128m -Djava.library.path=/home/pat/apps/tvbrowser -Dpropertiesfile=linux.properties -jar tvbrowser.jar

Maybe parsing the whole process path may fix the problem? or maybe custom icons specified by the user?