http://bugs.winehq.org/show_bug.cgi?id=12380 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #13 from Detlef Riekenberg <wine.dev(a)web.de> 2008-05-30 17:38:36 --- (In reply to comment #6)
1) 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. -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.