Comment 15 for bug 58508

Revision history for this message
Alysson Oliveira (alyssonoliveira) wrote :

Try it:

#sudo echo"LD_PRELOAD=/usr/lib/libdbus-1.so.3 /usr/bin/ooffice $1 $2 $3 $4" > /usr/bin/ooffice2

after.... open the file /usr/share/applications/ooo-writer.desktop

# sudo gedit /usr/share/applications/ooo-writer.desktop

and change the line 5 from "Exec=ooffice -writer %U"

to: Exec=ooffice2 -writer %U

to the same for other files:

/usr/share/applications/ooo-base.desktop
/usr/share/applications/ooo-draw.desktop
/usr/share/applications/ooo-math.desktop
/usr/share/applications/ooo-calc.desktop
/usr/share/applications/ooo-impress.desktop

remember that only is need change the "ooffice" parameter, on line 5 on each file!

If preffer.... download the files attached!

You yet can do:

# alias ooffice="LD_PRELOAD=/usr/lib/libdbus-1.so.3 /usr/bin/ooffice $1 $2 $3 $4"

on shell, or put it on /etc/profile

Finally.... be happy!
[ ]'s