Summary: | akregator does not start immediately when using the --nofork command line option | ||
---|---|---|---|
Product: | [Applications] akregator | Reporter: | George Kiagiadakis <mail> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | tpr |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
George Kiagiadakis
2008-08-17 10:29:39 UTC
Those delays happen when Application::newInstance() tries to set-up connection to the D-Bus interface for loading up the feedlist and stuff. Tried to see around what could cause it, but didn't find any apparent reason for it. According to QDbusConnection's isConnected() we at least have a connection.. Calling qdbus org.kde.akregator causes qdbus to freeze also after displaying only '/'. Tried to move loadPart() call before creation of the QDBusInterface for it, but that didn't help. QDBusConnection::sessionBus().registerObject() in Part::Part() for that interface returns true though. Anyways, for me this sounds more like a bug in KUniqueApplication than in Akregator. What do you think Frank? This bug has only been reported for versions before 4.14, which have been unsupported for at least two years now. Can anyone tell if this bug still present? If noone confirms this bug for a Framework-based version of akregator (version 5.0 or later, as part of KDE Applications 15.08 or later), it gets closed in about three months. Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.0 aka 15.08), please open a new one unless it already exists. Thank you for all your input. |