https://bugs.kde.org/show_bug.cgi?id=511997
--- Comment #3 from [email protected] --- That patch doesn't work, but with the below diff I was able to get it to not give any error popups. With that, Discover almost works like it did pre-6.5. There is still one thing not working, though: clicking the manual "Refresh" button in the updates screen causes it to infinitely hang on "Refreshing Firmware Updates". Update fetching on launch does work fine, though. 33c33 < + && !(perror->code == 3 && msg != QLatin1String("The name org.freedesktop.fwupd was not provided by any .service files"))) { --- > + && !((perror->code == 2 || perror->code == 10) && > msg.contains(QLatin1String("The name org.freedesktop.fwupd was not provided > by any .service files")))) { -- You are receiving this mail because: You are watching all bug changes.
