http://bugs.winehq.org/show_bug.cgi?id=12380
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #13 from Detlef Riekenberg wine.dev@web.de 2008-05-30 17:38:36 --- (In reply to comment #6)
- Clean Wine prefix (by deleting .wine and running wineprefixcreate)
Result: Word Viewer opens but still no file loaded.
Next, I tried adding start.exe /Unix to the .desktop file's command line.
This is the Problem: You used a clean Wine, but the .desktop file is old (without /unix)
to env WINEPREFIX="/home/bamm/.wine" wine start.exe /Unix "C:\Program Files\Microsoft Office\OFFICE11\WORDVIEW.EXE" %U
Result: Word Viewer opens but still no file loaded.
Wine is correct here.
So it looks like the solution posted didn't work.
Remember, what parameter is a unix path, and how you modified your .desktop file
Remove the reference of WORDVIEW.EXE:
env WINEPREFIX="/home/bamm/.wine" wine start.exe /Unix %U
Problem fixed.