| Summary: | Umlauts in directory name cause okular loading error | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Christopher Bräuer <christopher.m.braeuer> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | christopher.m.braeuer, echidnaman |
| Priority: | NOR | ||
| Version First Reported In: | 4.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christopher Bräuer
2009-03-05 18:23:00 UTC
Either kdelibs or Qt issue. I tried to reproduce this, and couldn't. [bradh@conferta ~]$ mkdir Präsentationen [bradh@conferta ~]$ cp specs/Ecma\ TC45\ OOXML\ Standard\ -\ Draft\ 1.3.pdf Präsentationen/ It then opened fine both on the command line and using the File->Open dialog: [bradh@conferta ~]$ okular Präsentationen/Ecma\ TC45\ OOXML\ Standard\ -\ Draft\ 1.3.pdf okular(6273): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory! [bradh@conferta ~]$ okular okular(6281): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory! This is strange. I also tried both of the ways you did, Brad. I got the same output on the console "Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory!" but when the directory name includes the umlauts, it does not open the document. But no error is show on the console, only a KDE-Dialog. I use ext3 as filesystem, could this be the reason? When it is a kdelibs or Qt issue, like Pino wrote, how can I check this out? Until now, only okular has shown this error. *** This bug has been marked as a duplicate of bug 186038 *** |