Hi there,
Alright....if one goes to one of the M$ Office pages here in C4 and downloads
the associated C4P installer profile...lets pick on this one;
http://www.codeweavers.com/compatibility/browse/group/?app_parent=1545;
Load the up into you preferred text editor and look for the following code;
<defaulteassoc>.asf</defaulteassoc>
<defaulteassoc>.asx</defaulteassoc>
<defaulteassoc>.ade</defaulteassoc>
<defaulteassoc>.adp</defaulteassoc>
<defaulteassoc>.doc</defaulteassoc>
<defaulteassoc>.dochtml</defaulteassoc>
<defaulteassoc>.dot</defaulteassoc>
/* blah */
<defaulteassoc>.pps</defaulteassoc>
<defaulteassoc>.ppt</defaulteassoc>
<defaulteassoc>.ppthtml</defaulteassoc>
<defaulteassoc>.pwz</defaulteassoc>
/* blahblah */
<defaulteassoc>.xla</defaulteassoc>
<defaulteassoc>.xlb</defaulteassoc>
<defaulteassoc>.xlc</defaulteassoc>
<defaulteassoc>.xls</defaulteassoc>
<defaulteassoc>.xlshtml</defaulteassoc>
<defaulteassoc>.xlt</defaulteassoc>
<defaulteassoc>.xlthtml</defaulteassoc>
/* blahblahbla */
<alteassoc>.ppa//open</alteassoc>
<alteassoc>.pps//new</alteassoc>
<alteassoc>.ppt//new</alteassoc>
<alteassoc>.ppt//show</alteassoc>
<alteassoc>.xlt//open</alteassoc>
So it would seem, from a C4P based install standpoint, these default associations
-should- be set....what you describe however, mimic's Tom's issue closely - it's
interesting you mention using Gnome as your WM -- this makes me more suspicious
this behavior is coming from Gnome somewhere -- XFCE has hooks back into Gnome as
well you see. Umm.....this -has- to be in gnome somewhere surely, it's the only
thing that figures in correctly...lemme look at Lenny here again....ahh....
Understand I don't have Office so I'm having to make this up as I go along...I'll
presume you have Office installed into a Crossover bottle...and that you have a
.doc file on your desktop. In Gnome, right click on the blah.doc icon and select
properties, Click on the 'Open With' tab -- you will see there the applications
the system has associated with the .doc file extension. Click on the '+Add' button...
...now it starts to get all gray on me....you will see two tabs -- installed applications
and available applications. The former tabs contains all apps, the latter those which
is thought capable of opening a .doc file -- I can't do this, so you'll have to check
both tab panels to see if Crossover either registered itself, or else registered M$
Word as being capable of handling .doc If Crossover is in the installed applications
tab, you can probably use that and Crossover will work out what to do -- if it doesn't
know what to do, perhaps the bottle containing the Office installation has to be set
as the default bottle....
...if nothing related to Crossover or Office appears in either tab, my guess is that
something is wrong 8) If that's the case, you'd have to specify a custom command ...
...@Tom, this is probably what you're after for Thunar as well....presuming a system
wide installation of Crossover, the command line would be something like;
/opt/cxoffice/bin/wine --bottle "bottle_name" --cx-app Word
Change bottle-name to that of the bottle you have Office installed into, and I can't
be sure if 'Word' is correct - you'll probably know the actual exe name. I do note the
.doc extension is described as a mime-type in gnome, so there must be some place to
edit your system mime-type settings...
Cheers!