Bug 400003 - Opening KDiskFree freezes and crashes dolphin
Summary: Opening KDiskFree freezes and crashes dolphin
Status: RESOLVED FIXED
Alias: None
Product: kdf
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords: wayland
Depends on:
Blocks:
 
Reported: 2018-10-18 18:29 UTC by Matej Mrenica
Modified: 2018-11-01 00:46 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matej Mrenica 2018-10-18 18:29:09 UTC
STEPS TO REPRODUCE
1. Open Dolphin
2. Click on Free disk space indicator
3. Select KDiskFree

OBSERVED RESULT
KDiskFree window cant be closed and meantime dolphin stops responding and quits without warning

EXPECTED RESULT


SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.14.1
KDE Frameworks Version: 5.51
Qt Version: 5.12-beta2

ADDITIONAL INFORMATION
On Wayland
Comment 1 Patrick Silva 2018-10-18 22:17:31 UTC
cannot reproduce on my Arch running Wayland.
But I see an error message when KDiskFree is closed ( bug 397196 ).

Operating System: Arch Linux 
KDE Plasma Version: 5.14.1
Qt Version: 5.12.0
KDE Frameworks Version: 5.51.0
Comment 2 Kai Uwe Broulik 2018-10-19 06:04:51 UTC
KDiskFree has X-DBUS-StartupType=Multi in its desktop file which means KRun will wait until the application has registered its DBus service before continuing. Howver, KDF never does and so the application is blocked until it quits and then shows a warning about how it couldn't be launched.
Comment 3 Matej Mrenica 2018-10-26 10:59:59 UTC
This bug as described here doesnt happen since Qt5.12-beta3, but it behaves slightly differently which I will descibe in a new bug report.
Comment 4 Christoph Feck 2018-11-01 00:46:46 UTC
The (wrong?) entry in the kdf.desktop does not need a fix?