| Summary: | Openoffice.org 2.0.0 URLencodes special chars in path/filename leading to "file not found" in file open dialog | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marcel Meckel <gentoo.org> |
| Component: | Current packages | Assignee: | Gentoo Office Team <office> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Marcel Meckel
2005-12-05 06:29:09 UTC
Having a file with german umlauts in either a part of the path or the filename leads to "file not found" in file open dialog in openoffice. Openoffice url- encodes all special characters and is then looking these converted filenames up in the filesystem leading to a "file does not exist". Reproducible: Always Steps to Reproduce: 1. # echo 123 > /tmp/fooübar.txt 2. Open /tmp/fooübar.txt in OpenOffice 2.0.0 3. Error "/tmp/foo%FCbar.txt does not exist" When passing the filename as argument via command line: # oowriter2 /tmp/fooübar.txt OpenOffice opens the document without errors. Openoffice was compiled with kde USE-flag. Maybe that's the problematic part, cause it's the KDE "file open" dialog. [ebuild R ] app-office/openoffice-2.0.0 -curl -eds -gnome -gtk +java +kde - ldap -mozilla -nas +xml2 +zlib 0 kB # emerge info Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 2.6. 11-hardened-r15-rz-1 i686) ================================================================= System uname: 2.6.11-hardened-r15-rz-1 i686 Intel(R) Xeon(TM) CPU 3.00GHz Gentoo Base System version 1.6.13 ccache version 2.3 [disabled] dev-lang/python: 2.3.5-r2, 2.4.2 sys-apps/sandbox: 1.2.12 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1 sys-devel/libtool: 1.5.20 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/ share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb / usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks sandbox sfperms strict" GENTOO_MIRRORS="ftp://gentoo-mirror/gentoo ftp://ftp.uni-erlangen.de/pub/ mirrors/gentoo" LANG="de_DE@euro" LINGUAS="de" MAKEOPTS="-j1" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://gentoo-mirror/gentoo-portage" USE="x86 X acpi acpi4linux apache2 avi bash-completion berkdb bigger-fonts bitmap-fonts browserplugin bzip2 bzlib crypt cups curl devfs26 dnd dvdread eds emboss exif expat fam font-server foomaticdb fortran freetype ftp gd gdbm gif gimp gimpprint gstreamer gtk gtk2 hardened hardenedphp iconv idn imagemagick imap imlib innodb ithreads java jpeg jpeg2k junit kde lcms libg++ libgd libwww mailbox maildir mbox md5sum mhash mime mmx mmx2 mng mozdevelop mozilla mozsvg mozxmlterm mp3 ncurses network nls nocd nsplugin ogg pam pam_console pcre pdf pdflib perl png posix python qt quicktime readline rtc samba scanner silverxp sse sse2 ssl svg tcpd tga tiff truetype truetype-fonts type1 type1-fonts uudeview v4l v4l2 vorbis xml2 xprint xvid zlib linguas_de userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LC_ALL, LDFLAGS, PORTDIR_OVERLAY |