https://bugs.freedesktop.org/show_bug.cgi?id=68647
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Julien Nabet <[email protected]> --- Michael: do you know who may help here? BTW, I tried a gdb session because I saw in the file desktop/source/app/app.cxx this 2611 // Add path separator to these directory and make given URL (rName) absolute by using of current working directory 2612 // Attention: "setFinalSlash()" is necessary for calling "smartRel2Abs()"!!! 2613 // Otherwhise last part will be ignored and wrong result will be returned!!! 2614 // "smartRel2Abs()" interpret given URL as file not as path. So he truncate last element to get the base path ... 2615 // But if we add a separator - he doesn't do it anymore. 2616 INetURLObject aObj; (see http://opengrok.libreoffice.org/xref/core/desktop/source/app/app.cxx#2610) I thought the problem might be there but I don't know how to display OUString or simple String (I gave a try to https://wiki.documentfoundation.org/Development/How_to_debug#Dumping_Strings_.28etc.29 but I didn't succeed in making gdb display anything useful) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
