[Evolution] Change / Add program for opening attachments

Dan Winship danw@ximian.com
Fri, 03 Oct 2003 09:58:18 -0400


On Fri, 2003-10-03 at 09:20, Kristian Styrvoll wrote:
> Hi!
> 
> Just installed OpenOffice 1.1, and want Evolution to open attachment
> with 1.1 instead of 1.0.

The easy hack way to do this is:

        su
        rm /usr/bin/ooffice
        ln -s /usr/bin/ooo-wrapper1.1 /usr/bin/ooffice

(This works for the Ximian OOo1.1 snaps at least.)

-- Dan