| Summary: | kcminit crash after login | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | Manolis Maroudas <kapamaroo> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | cfeck |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Manolis Maroudas
2011-05-29 14:55:45 UTC
Do you have both Qt 3 and Qt 4 libraries installed? from the terminal: $ aptitude search qt |grep -i ^i.*'qt[ -]*3' i libqt3-mt - Qt GUI Library (Threaded runtime version), i libqt3-mt-mysql - MySQL database driver for Qt3 (Threaded) i libqt4-qt3support - Qt 3 compatibility library for Qt 4 i pinentry-qt - Qt-3-based PIN or pass-phrase entry dialog It seems that i can only remove the libqt3-mt-mysql and pinentry-qt without removing kde. After removing them, $ aptitude search qt |grep -i ^i.*'qt[ -]*3' i libqt3-mt - Qt GUI Library (Threaded runtime version), i libqt4-qt3support - Qt 3 compatibility library for Qt 4 kcminit still crashes No crash after format and fresh install. I suppose something was wrong in my previous installation or configuration. Thanks for the update, marking this entry as resolved. If you see another bug, please add a new entry. |