Summary: | In a new instance, Dolphin and Filelight freeze for a long period the first time trying to open a file, with no freezes on subsequent attempts, or when right-clicking, always taking a very long time for the menu to pop up | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Kyle Devir <kyle.devir> |
Component: | Open/save dialogs | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | arojas, joseph, kdelibs-bugs, kfm-devel, kyle.devir, Xavion.0 |
Priority: | NOR | Keywords: | efficiency-and-performance |
Version: | 5.85.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kyle Devir
2021-09-04 19:27:31 UTC
I've noticed that the exact same issue pops up when attempting to open Dolphin from Konsole via "Open File Manager" Wayland backend freezes and the connection dies. Using the XCB backend, initial attempt freezes Konsole for a good 10 seconds, until it opens. Closing Dolphin and trying again has an immediate outcome, without freezing. Right-clicking in Dolphin also creates the freezing issue The right-clicking freeze never unfreezes... Do you have kdeinit installed? (In reply to Antonio Rojas from comment #4) > Do you have kdeinit installed? I meant kinit @Antonio Yes Wait, kinit? If kinit is a dependecy, I thought kdesrc-build would have drawn it in as a dependency for Dolphin... So, yes, kinit is actually installed, so it is, apparently kinit was recently removed as a dependency of dolphin, but it is still an undeclared runtime dependency of some frameworks, which may break stuff. Since you have it installed, we can rule it out as the cause for this. It's not just Dolphin suffering from this. Apparently, Filelight also suffers the exact same issues... So, probably an issue in KDE Frameworks somehow... *** Bug 442106 has been marked as a duplicate of this bug. *** Can someone affected try to bisect the issue? Was testing some older builds, and found that my build from August 30th worked without any noticeable issues. So that should hopefully vastly cut down the number of commits needed to bisect. I'd help out, but I have no idea how to do a bisection workflow with kdesrc-build, sorry. If there are any resources on how to do that, so it's not a painful mess, I'd be very grateful. As of the latest kdesrc-build I just made, I can no longer reproduce this error whatsoever. :/ Still leaves me puzzled as to the cause, but now I can't do anything to even reproduce it... oh well... |