View Single Post
Viqsi's Avatar
Posts: 115 | Thanked: 136 times | Joined on Mar 2008 @ Central Ohio
#49
Originally Posted by maya View Post
anyone got?

I created a file called sltg.desktop containing
[Desktop Entry]
Version = 1.0.0
Encoding = UTF-8
Name = SLTG
Exec = /usr /bin/gvm/gvm - fullscreen=yes /home/user/MyDocs/Palm/SLTG.prc
Type = Application

and sent it to /usr/share/applications/hildon

but tried to open up, but it seems not met.
GVM doesn't let you just run PRCs from the command line; you have to first "install" it in the virtual Palm,and then launch it with the application ID (a four-character identifier associated with each app - you can get that from something like FileZ or some other Palm filemanager program). I've no idea what the ID is for SmartList2Go, tho.

The "Exec" line, IIRC, should read:
Exec = /usr/bin/gvm/gvm -a IDID -f

Replace the "IDID" part with the actual application ID.

Last edited by Viqsi; 2010-09-28 at 16:44.