![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiD29l5bq04Xpx8TeZKDz4l567rvmnoWGeW1JC4TElmajdXD6DAEl51YfppL7qayDAkrLTWCBvdS_78bawe5mH9RvrSojuSl3FHIO7YNpM1CKtsDEnuTKpOjov4TjCHtizxUnmU1YJHACU/s1600-rw/linux_news.png)
My new installation of Fedora 15 seems to have a problem finding the right application to start for all the OpenOffice or open document formatted files. She needs to be using Libreoffice, but starts Calibre app on my machine. The standard assignment of default applications via System Settings is only for a small set of applications, so you need to dive into the configuration files like this:
# Fix system wide in /usr/share/applications/defaults.list
# by changing all 'openoffice.org' entries into 'libreoffice'
# with for example in VIM this cmd:
#
:%s:openoffice.org:libreoffice:g
# Fix in local user settings with ~/.local/share/applications/mimeapps.list
# but you will most likely need to copy the above entries into
# your local settings.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.