Re: Major QDBus regression in Qt6 with potential impact on KDE

2022-12-15 Thread Kai Uwe Broulik
Hi, thanks for bringing that up. Indeed, at least Solid, KDE’s Hardware Abstraction Framework, makes use of InterfacesAdded/InterfacesRemoved extensively when talking to UDisks for monitoring storage devices. That said, I haven’t tried Solid on Qt 6 yet, so I don’t know if it is a real-world

Major QDBus regression in Qt6 with potential impact on KDE

2022-12-15 Thread Bartosz Golaszewski
Hi! I'm working on a piece of software that extensively uses QDBus. The project is based on Qt5. I'm trying to upgrade it to Qt6 but have encountered an issue with QDBus that's described in detail in my official bug report[1]. The report includes a link to a github repo with reproducible examples.