Announcement

Collapse
No announcement yet.

OpenOffice can't find existing file

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    OpenOffice can't find existing file

    When I click on an OpenOffice file in Konqueror, OO starts but then says that it can't find the file. Here's the text of the error dialog...

    "Error loading document /home/paul/system:/documents/cash.sxc:
    /home/paul/system:/documents/cash.sxc does not exist"

    OO created and wrote the file to the documents folder, why can't it find it?

    Thanks
    -Paul

    #2
    Re: OpenOffice can't find existing file

    Hi,

    Did you try to open this file from the menu of open office ?

    Comment


      #3
      Re: OpenOffice can't find existing file

      Yes. It works fine with File->Open.

      -Paul

      Comment


        #4
        Re: OpenOffice can't find existing file

        Have you tried updating to the latest KDE and OOo?

        In the terminal:
        Code:
        sudo kwrite /etc/apt/sources.list
        Add this to the file:
        Code:
        # OpenOffice .Org 2.0
        deb [url]http://people.ubuntu.com/~doko/OOo2[/url] ./
        
        # KDE 3.5
        deb [url]http://kubuntu.org/packages/kde35[/url] breezy main
        Now do a
        Code:
        sudo apt-get update
        and a
        Code:
        sudo apt-get upgrade
        <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

        Comment


          #5
          Re: OpenOffice can't find existing file

          I have the latest KDE and OpenOffice available from kubuntu. I have not tried the OO repository you mentioned. I'm always a bit wary of updating from unofficial repositories.

          Thanks.
          -Paul

          Comment


            #6
            Re: OpenOffice can't find existing file

            Originally posted by RaulZero
            "Error loading document /home/paul/system:/documents/cash.sxc:
            /home/paul/system:/documents/cash.sxc does not exist
            And there's the problem! Those "good" old kioslaves at it again. OOo doesn't understand KDE's special "system:/" or "media:/" URLs. I'm a-guessing that you tried to load a document from Konqueror, while it was showing a "system:/" URL... if you navigate to /home/user instead, and *then* load the file, all will be well.

            Comment

            Working...
            X