https://bugs.freedesktop.org/show_bug.cgi?id=47847

             Bug #: 47847
           Summary: Startup segfaults on installation directory with
                    unicode month strings
    Classification: Unclassified
           Product: LibreOffice
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Libreoffice
        AssignedTo: libreoffice-bugs@lists.freedesktop.org
        ReportedBy: n.andrew.wa...@gmail.com


So, this month is "März" in German, and trying to start LibreOffice segfaults
on the following error:

 $ libreoffice 
ls: error initializing month strings
/usr/bin/libreoffice: line 58: cd: lrwxrwxrwx 1 root root 38 10.
Mä/usr/lib64/libreoffice/program: No such file or directory
/usr/bin/libreoffice: line 180: /usr/bin/oosplash: No such file or directory

According to another help forum, the problem lies in this code from
/usr/lib/libreoffice/program/soffice:

# resolve installation directory 
 sd_cwd="`pwd`" 
 if [ -h "$0" ] ; then 
     sd_basename=`basename "$0"` 
      sd_script=`ls -l "$0" | sed "s/.*${sd_basename} -> //g"` 
     cd "`dirname "$0"`" 
     cd "`dirname "$sd_script"`" 
 else 
     cd "`dirname "$0"`" 
 fi 
 sd_prog=`pwd` 
 cd "$sd_cwd"

I suppose this goes along with "internationalization" as I am running on a
German-enabled OS. Locale is de_DE.utf8.

Thanks for the help!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to