I removed menu entries for Wine because I wanted to remove it completely and then reinstall it. But after reinstallation of v.0.9.59 from repo they didn't come back. Now I don't know how to bring them back or at least how can I manually create entries which will run Steam? I tried "wine "/home/arkadiusz/.wine/drive_c/Program Files/Steam/Steam.exe" but there is a message "Fatal Error: Could not load module "bin/vgui2.dll"". I can still run Steam from the console, but it takes some time to type all paths to directories.
dimesio
2008-Apr-13 22:26 UTC
[Wine] Re: Removed menu entries and now they don't come back
Based on what's in my menus, the syntax should be something like: Code: env WINEPREFIX="/home/arkadiusz/.wine" wine "C:\Program Files\Steam\Steam.exe" Also, some Windows apps can be very fussy about what directory they're started from, and I think that's the reason for the error message. In KDE, the menu editor has a field called "work path"; entering the full path to the directory where the executable is located solved a similar problem with a different app for me.