From 1b14f69628b9008e53e20be559136a933de2d2dd Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 20 Apr 2011 16:20:18 +0200 Subject: [PATCH] Doc: known issue related to Okteta KDE custom widget plugin Task-number: QTCREATORBUG-4586 Reviewed-by: Friedemann Kleint --- doc/qtcreator.qdoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index cb5257b01c5..67cd292cd2f 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -11022,6 +11022,24 @@ switch to the nfs-kernel-server, or create a symlink so that the settings are stored locally. + \o The Okteta KDE custom widget plugin might be installed as part of + some Linux distributions. It can cause Qt Designer to crash. For + more information, see: + + \list + + \o \l{https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/662005}{Ubuntu bug 662005} + \o \l{http://bugreports.qt.nokia.com/browse/QTBUG-12025}{QTBUG-12025} + + \endlist + + To resolve the issue, enter the following command to remove the package: + \code + sudo apt-get remove okteta + \endcode + Or delete the following file: + \c /usr/lib/kde4/plugins/designer/oktetadesignerplugin.so. + \endlist \section1 Editing Issues