Version: unspecified (using Devel) OS: Linux This is with: kde: 4.5.1 kdepim: 4.4.93 (bugzilla doesn't yet have those versions on the list) When kmail2 is launched for the first time from krunner, the migration tool appears and blocks kmail in the background. This causes KLauncher to show an error dialog "Could not launch kmail. It probably crashed" or something like that (I don't remember the exact wording). This probably happens because kmail is blocked before it sends the appropriate dbus signal back to klauncher to inform it that it has started successfully. Reproducible: Didn't try Expected Results: No error dialog should appear.
Actually, I made a mistake. This error always appears. The fix is trivial: --- a/kmail/KMail.desktop +++ b/kmail/KMail.desktop @@ -138,6 +138,6 @@ Terminal=false X-KDE-StartupNotify=true X-DBUS-StartupType=Unique -X-DBUS-ServiceName=org.kde.kmail +X-DBUS-ServiceName=org.kde.kmail2 X-KDE-ServiceTypes=DBUS/Mailer Categories=Qt;KDE;Network;Email;
kmail is register as org.kde.kmail and org.kde.kmail2 => I can close this bug report