Created attachment 81165 [details] installation log Problem description: When installing 4.1.0.1 on my machine, I end up with multiple errors in a .xml file. Seems not to be platform-specific, an OpenSuse seems to have reported a similar issue in http://listarchives.libreoffice.org/de/discuss/msg15514.html (German). Steps to reproduce: 1. Install LO 4.1.0.1 x86_64 / deb on Ubuntu 13.04, e.g. extract the .tar.gz and launchwith sudo dpkg -i ./*.deb Current behavior: See attached file for installation logs Expected behavior: Installation should end without raising any error Operating System: Ubuntu Version: 4.1.0.1 rc Last worked in: 4.0.4.2 release
Should be fixable by escaping a few unescaped ampersands ( & --> & ) in libreoffice4.1-debian-menus_4.1.0-1_all.deb:/usr/share/mime/packages/libreoffice4.1.xml
Petr: By looking at http://opengrok.libreoffice.org/search?q=%22%26Microsoft+Word%22&project=binfilter&project=core&project=dictionaries&project=help&project=translations&defs=&refs=&path=&hist=, I wonder if it's a packaging problem or something else. Thought you might be interested in this tracker.
I can confirm in Debian GNU/Linux, 64 bit, sid, KDE. Opening libreoffice4.1.xml with emacs shows that the "offending line" are parsed different by emacs parser too.
It seems that it was caused by the extra '&' in the translations. It has been fixed by the commit http://cgit.freedesktop.org/libreoffice/translations/commit/?h=libreoffice-4-1&id=ad5ed8525c1f41a9ee8dd9183ac7f6ae045625f7 I do not see it in 4.1.0.2 build any longer.