Summary: | Umbrello/KF5 could not load files | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdelibs-bugs |
Priority: | NOR | ||
Version: | 5.29.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 380136 |
Description
Ralf Habacker
2016-09-19 22:19:13 UTC
The reason for this issue is that there is no klauncher5.exe running which is required to let umbrello open files because it depends on the kio framework e.g. kio_file for local files and kio_http for remote files. klauncher5 is normally started by kdeinit5.exe. On KDE4 kdeinit4.exe is started automatically by kdecore library if there is no dbus-daemon (and therefore no klauncher) is running; this looks not to be implemented for KF5. A workaround for now is to run kdeinit5.exe before starting umbrello. It looks to me a job of the kio framework to make sure to have klauncher available before accessing any kio slaves in non desktop environments. retested with frameworks 5.36, works now. |