Comment 15 for bug 484610

Revision history for this message
Marcus Carlson (0-launchpad-mejlamej-nu) wrote :

@Chris S, ah, thanks for clearing things out.

Is there a plan for getting the java apps working or will we have to patch the individual applications to provide "better ps output"?

For example I got my custom made application that creates the following "ps au"
marcus 13190 0.0 0.0 10948 1656 pts/0 S+ 07:43 0:00 /bin/bash /usr/bin/send-sms
marcus 13191 1.2 1.1 2648668 94052 pts/0 Sl+ 07:43 0:02 java -Dsettingpath=/home/marcus/.send-sms/ -jar /usr/lib/send-sms/SMS.jar

and the .desktop file; (removed some info)
[Desktop Entry]
Name=Send SMS
Exec=send-sms
Terminal=false
Type=Application
StartupNotify=false
Icon=send-sms
Categories=GNOME;GTK;Utility

But the icon is still missing. Any tip of getting it to work?