LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Puppy (https://www.linuxquestions.org/questions/puppy-71/)
-   -   Desktop link does not open document ?? (https://www.linuxquestions.org/questions/puppy-71/desktop-link-does-not-open-document-4175577457/)

Fixit7 04-14-2016 11:05 AM

Desktop link does not open document ??
 
I made a desktop icon of this, but it does not open.

swriter is set to my default work processor.

Quote:

/root/Documents/CX7_Maintenance_Log.odt
Same thing with rtf files. ??

I wonder if it is related to OpenOffice which I replaced LibreOffice with ?

Teufel 04-15-2016 04:22 AM

Do you have mimeinfo.cache file? It should be located somewhere under /usr/share/ directory (for me it's /usr/share/applications/mimeinfo.cache) If you have it look through it for stings like
Code:

text/rtf=libreoffice-writer.desktop;
Try to add this string if such a string missed


Another one way to open document with the LibreOffice is: right click on file -> Properties -> File Type Options. There you can associate any program to particular file type.

Emerson 04-15-2016 04:22 AM

Quote:

/root/Documents/CX7_Maintenance_Log.odt
This file is located in /root, user has no access to root home directory.

Fixit7 04-15-2016 10:48 AM

Quote:

Originally Posted by Emerson (Post 5531471)
This file is located in /root, user has no access to root home directory.

All Puppy Linux versions have root access by default.

Fixit7 04-15-2016 10:58 AM

I found a workaround.

Quote:

#!/bin/bash
#---------------------------------------------------#
# Linux Puppy 6.3.0 SiegeWorks 2016 -
# -
# For some reason, desktop links using OpenOffice -
# Do NOT work ?? -
#---------------------------------------------------#

swriter /root/Documents/CX7_Maintenance_Log.odt
Teufel,

I have no mimeinfo.cache.


All times are GMT -5. The time now is 09:27 PM.