[Bug 562420] [NEW] UI freeze exception akonadi start/stop progress dialog
Harald Sitter
apachelogger at ubuntu.com
Tue Apr 13 16:50:20 UTC 2010
Public bug reported:
Whenever akonadi starts or stops a progress dialog is shown. The only use of this dialog is to indicate that something is happening (so not really progress anyway).
Apparently this dialog is however scary and confusing to the average user and was already removed from KDE trunk, hence it should also be removed in our packages of KDE 4.4... for which a UI freeze exception would be very good to get :)
The patch in particular:
--- a/akonadi/control.cpp
+++ b/akonadi/control.cpp
@@ -127,8 +127,8 @@
bool Control::Private::exec()
{
- if ( mProgressIndicator )
- mProgressIndicator->show();
+// if ( mProgressIndicator )
+// mProgressIndicator->show();
kDebug() << "Starting Akonadi (using an event loop).";
mEventLoop = new QEventLoop( mParent );
** Affects: kdepimlibs (Ubuntu)
Importance: Wishlist
Assignee: Harald Sitter (apachelogger)
Status: Confirmed
** Changed in: kdepimlibs (Ubuntu)
Importance: Undecided => Wishlist
** Changed in: kdepimlibs (Ubuntu)
Assignee: (unassigned) => Harald Sitter (apachelogger)
--
UI freeze exception akonadi start/stop progress dialog
https://bugs.launchpad.net/bugs/562420
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepimlibs in ubuntu.
More information about the kubuntu-bugs
mailing list