On Sat, 22 Jul 2000, David Elliott wrote:

: I assume we could provide a generic way of reading the .lnk files and provide it in 
:an
: .so that could be used by the different desktops.  The .so should be able to parse 
:the
: .lnk and return the icon, the name of the menu, and the tooltip (Noticed that win2k
: has these).  It should also have a function that will execute the program.  It should
: simply run wine giving it the command line from the .lnk file.
: 
: Questions/Comments ?
: 
: -Dave

Well, I'd suggest to leave adding menu entries to be done by desktop-dependant 
dynamic libraries, that would be distributed by separate "glue"-
packages. These can write the desktop specific link files. The advantage
would be, extra arguments can be stored in the link files, that don't
exist in the .lnk files (like wine version, winerc path or command-line
arguments). 
 
Consider also, You'll also want to modify the link files, which isn't that
easy to be done for the *.lnk ones.

Petr Tomasek

--
Petr Tomasek, http://www.etf.cuni.cz/~tomasek/

Reply via email to