Desktop icon

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
viny

Desktop icon

Post by viny »

Hi,

With older wine , to have a desktop icon of my program, I was doing, for
example :

wineshelllink --desktop --path
/home/viny/.wine/dosdevices/c:/path/myprog.exe --link MyProg --icon
myprog.xpm --workdir /home/viny/.wine/dosdevices/c:/MyProg


But how to do with current wine version : wineshelllink doesn't exist
anymore ?

Thanks
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Desktop icon

Post by vitamin »

viny wrote:But how to do with current wine version : wineshelllink doesn't exist anymore ?
You should still be able to use an old wineshelllink if you really need it. Or you can just create a .desktop file yourself - it's a text file with pretty simple format.
viny

Desktop icon

Post by viny »

vitamin a écrit :
viny wrote:
But how to do with current wine version : wineshelllink doesn't exist anymore ?
You should still be able to use an old wineshelllink if you really need it. Or you can just create a .desktop file yourself - it's a text file with pretty simple format.


Thank you Vitamin
Locked