When an attachment arrives with an email in XX.doc formate my wife prefers it to open in Word 7
Word 7 was installed with Play on Linux (Front-end for Wine). I have tried pointing the open with option to the Wine VM and WinWord.Exe but get the following message “IOPL Not Enabled” and Word dose not open.
Any one know how to point the open file dierlog box so as to open Word attachments in Word installed in a Wine VM.
When I right click a xxx.doc and go to open with I have a selection including Play on Linux chose this option and Word opens with the following Error messages -
This file could not be found
(C:\Program Files.…\xxx.doc)
This file could not be found
(C:\Program Files.…\english.doc)
This file could not be found
(C:\Program Files.…\office 12\120310.doc)
When I get the chance, I’ll try to replicate and see if I can come up with a solution … but I wouldn’t hold your breathe, there’s a few issues in one with this:
a) the IOPL error (which Google suggests ha baffled a lot of people, but may actually be irrelevant to this issue)
b) the way Play-On-Linux installs/launches Office 2007
c) getting Thunderbird to launch Winword.exe with the full WINE prefix.
On the whole, I hate WINE issues … but I’ll give it a shot when I can … no promises though
Did you install the whole Office 2007 through Play-On-Linux ? … it would be handy if I could replicate your exact installation technique a closely as possible … so any info you can give would be nice
It still amazes me that people use MS Office in Linux… for crying out loud we have a native office suite exactly the same as Office, but free… Libre Office? 0.0 It supports are wider range of formats too, and if you don’t wanna use that, then there’s always Google Docs?
Some people just can’t/won’t make the change … BUT … he is talking about his wife, and I don’t generally argue with my wife either … more trouble than it’s worth
Libre Office is good if you only do small volumes or internal correspondence within a group that use it.
However, nearly 97% of incoming and out going Docs are to or from MS Office users. Libre Office has some issues with full compatibility with MS Office formatting and thus wastes time having to reformat between the two software’s.
My wife is not one for going back to the stone age as she says. Having to down load and save a doc before opening in Win Word is using time.
That why I’m looking for a way to start Office programs from the right click menu.
Personally I’d say the .doc format is the stone age dinosaur in this topic … even Office 2010 can read/write .odt format … it even gives you the choice of using it as the default save format when you install it
I was pleasantly surprised by that … though I’ve not really checked whether Microsoft have messed with the format in any way that screws with formatting.
Proprietary formats (such as .doc and .docx) are the sticking point, and should be ditched as soon as possible.
MS Office is dying … get used to the future … open standards.
I’ve asked everyone that sends me documents to send them as .odt (most are quite happy to do so)… and I always send stuff as .odt (unless specifically requested not to … which aint that often any more) … there is IMHO no reason or excuse for sending documents in a format that ties you and the recipient to one proprietary (and commercial) application.
As I said, I’ve not properly checked formatting between .odt in Office 2010 and LibreOffice … nothing I do is really formatting sensitive … so I suppose I can afford to stick to my guns, but I realise not everyone can … I just wish .doc and .docx would hurry up and die
Hopefully I’ll have time to have a crack at this tonight … but I’m now (after seeing that) less convinced this can be done.
I would expect Firefox would have to hand off the temporary documents location to WINWORD.exe as a path, as it:-
WINWORD.exe /path/to/tmp/myfile.doc
but it looks like POL is starting WINWORD from a script called “Microsoft Word 2007” … so Firefox would need to be able to edit the “execute” line contained in that script every time, which it can’t.
But maybe we can cut POL out of the equation altogether. ???
It was sommat I stumbled across whilst researching your “IOPL Not Enabled” error … and was keeping in the back of my mind for future reference if needed
Hmm…I am of the understanding that Playonlinux is just a front end for Wine. http://www.playonlinux.com/en/dev-documentation-5.html
The application is installed to .PlayOnLinux/wineprefix/
Use Playonlinux Wine to run an .exe file
Syntax:
POL_Wine start /unix "path/to/the/file.exe"
Hence my suggestion of looking for the command line associated with your Cairo-Dock button for Word
I pretty sure you’re right, but I’m guessing his Cairo dock shortcut is using the POL command, but if we search for the path to WINWORD.EXE, it should be easy enough to come up with the correct WINE command.
What’s the output from:
locate -i WINWORD.EXE
and/or
sudo find / -iname WINWORD.EXE
?
I reckon the problems going to be how to get thunderbird to pass the path to the temporarily downloaded .doc to the WINE command … I’ve not tried that before