Page 1 of 1

LibreOffice - docx

Posted: 17. Sep 2011, 07:08
by hello_world
Hi,
I open the document. Docx and I have a problem

Code: Select all

bash-4.1$ libreoffice nauczyciele_specjaliści.docx 

(soffice:9888): Gtk-WARNING **: Nie można odnaleźć modułu obsługującego motyw w module_path: "clearlooks",

(soffice:9888): Gtk-WARNING **: Nie można odnaleźć modułu obsługującego motyw w module_path: "murrine",
/usr/lib/libreoffice/program/soffice: line 167:  9888 Naruszenie ochrony pamięci   "$sd_prog/$sd_binary" "$@"
Segfault
How do I open the file .doc is all good

Re: LibreOffice - docx

Posted: 17. Sep 2011, 09:14
by Z0K4
I suppose that the last line means this:

Code: Select all

/ usr / lib / libreoffice / program / soffice: line 167: 9888 memory protection violation "$ sd_prog / $ sd_binary" "$ @"
I wouldn't know what this stands for, but your first 2 warnings are related to your Gtk themes clearlooks and murrine! If you use those themes try changing them and see if the warnings and/or errors show up again!

Re: LibreOffice - docx

Posted: 17. Sep 2011, 11:07
by mimosa
Does this happen with all docx files, or just this one? Anything special about this file? I assume other formats open normally ... What about opening libreoffice with no file?

Re: LibreOffice - docx

Posted: 17. Sep 2011, 18:51
by hello_world
@ZOK4
These are only warnings.
@mimosa
LO generally works well, only this file.
Looks like the file is corrupted
For now, I do not have to check
Thanks

Re: LibreOffice - docx

Posted: 19. Sep 2011, 09:18
by thenktor
Please use export LANG=C before starting the app, so that error messages appear in english.

Re: LibreOffice - docx

Posted: 19. Sep 2011, 10:02
by hello_world
I'm sorry, of course