[Open Office] kdefilepicker sigpipe in oob680-m5

Giuseppe Ghibò ghibo at mandriva.com
Wed Mar 1 09:36:57 EST 2006


Giuseppe Ghibò wrote:

>> What happens if you run <ooo_installation>/program/kdefilepicker, type 
>> 'exec'  and press Enter?  Do you get the file picker?
> 
> 
> I get it but as soon as I select a file and click on OK, I get:
> 
> fileSelectionChanged
> kdefilepicker: symbol lookup error: kdefilepicker: undefined symbol: 
> _ZN3KIO9NetAccess12mostLocalURLERK4KURLP7QWidget
> 
> while on a working one I get:
> 
> fileSelectionChanged
> accept
> quit
> 
> Sound something related to lines:
> 
> #if KDE_IS_VERSION(3,5,0)
>                         KURL qLocalSelectedURL = 
> KIO::NetAccess::mostLocalURL( selectedURL(), this );
> #else
>                         KURL qLocalSelectedURL( selectedURL() );
> #endif
>                         qSelectedURL = addExtension( 
> qLocalSelectedURL.url() );
> 
> lemme check which KDE version I build under...

OK, I found. Someone had updated kde to 3.5.1 in the building system that
I was not aware of, while my local system where i ran it was still with 3.4.2. 
So it should work ok, right now. Thanks for the filepicker hints.

But remain the problem with files with accented character...,
i.e. a file like "testà.odt" is tried to be opened/save as
test%E0.odt (and thus not found). This happens either in plain
as well as UTF8 non english locales (gnomepicker instead works
OK with files with accented chars so it should be something in filepicker, 
IMHO). Any other magic hint for filepicker to
track down this?

Bye
Giuseppe.


More information about the Openoffice mailing list