If a try to open LibreOffice or any document (spreadsheets, presentations, written or .doc files), it will atempt to start the aplication and just exit it with no error before starting.
Asked
Active
Viewed 7,933 times
2
-
1try running it from command line. maybe it will prompt some message – Misery May 01 '12 at 15:34
-
1I'm having the same problem, but only with Writer (Calc works fine). Answers below don't fix it, terminal outputs nothing. – sondra.kinsey Jul 18 '17 at 00:05
2 Answers
3
From a terminal(Ctrl-Alt-t):
Create a folder called user in ~/.config/libreoffice/3/.
Then, copy files from /usr/lib/libreoffice/share to
~/.config/libreoffice/3/user/
Finally, change owner group and permissions, then run libreoffice.
Kevin Bowen
- 20,125
- 57
- 82
- 84
Fragles
- 46
2
Open up a terminal and run the following command:
libreoffice --writer
That way you will get output from the start in your terminal and most likely an error message that gives at least a hint. If you don't see what the problem is right away post the output here.
For other terminal options try "libreoffice --help".
sulaweyo
- 155
- 9
-
Hi, I know this is an old thread, but I have tried this and I get no error message. The terminal simply moves to a new line when trying to open a .docx file. – Mochan Sep 11 '12 at 12:34