I just discovered an issue with the SuSE (http://www.suse.com) 9.2, KDE (http://www.kde.org) 3.4, and
OpenOffice.org-1.1.3-kde combination. I JUST discovered
this! Shows how often I use OpenOffice.org. But anyway,
there's a problem that makes the save and save as dialogs crash
everytime you try them.
The solution? Simply add:
[Development]
AutoCheckAccelerators=false
to ~/.kde/share/config/kdeglobals
Or:
# /opt/kde3/share/config/kdefilepickerrc
#
# OpenOffice.org's KDE (http://www.kde.org) file selector configuration
#
# This avoids crashes when using OpenOffice.org with KDE (http://www.kde.org)
# file dialogs and KDE (http://www.kde.org) >= 3.4
#
# Move this file to $KDE (http://www.kde.org)DIR/share/config/kdefilepickerrc
# or merge it to an existing configuration.
[Development]
AutoCheckAccelerators=false
This is filed at: http://bugs.kde.org/show_bug.cgi?id=100849#c2 (http://bugs.kde.org/show_bug.cgi?id=100849#c2)

