https://bugs.kde.org/show_bug.cgi?id=447281
--- Comment #10 from Dan Leinir Turthra Jensen <ad...@leinir.dk> --- An update here, i had a chat with Harald and David earlier, who suggested that yes, the purposes we have for this code /should/ now be possible using KIO Workers, by simply telling the function to just not do any UI things (which we don't support anyway with the current code, so no regressions), which would allow us to only require KIOCore, and then not need any of the widget stuff at all for distributing or launching any applications (which is the main issue, since we can't sensibly introduce widget dependencies in pure qml apps). So, in short: It should be possible to get rid of the current implementation, in favour of KIO Workers, given a bit of effort. -- You are receiving this mail because: You are watching all bug changes.