https://bugs.kde.org/show_bug.cgi?id=510072
Arjen Hiemstra <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/discover/-/commit/79df60 | |ca93f554ed2078ffb855e4f1633 | |cbd2dab Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Arjen Hiemstra <[email protected]> --- Git commit 79df60ca93f554ed2078ffb855e4f1633cbd2dab by Arjen Hiemstra. Committed on 02/10/2025 at 12:37. Pushed by ngraham into branch 'master'. kcm: Restore runtime check for OSTree backend It's possible to build discover with the OSTree backend while running on a system that doesn't actually use OSTree. This would mean there's no option for selecting how system updates work even though the system supports choosing that, as the current logic is purely tied to a compile time check. This restores the runtime check if the OSTree backend was built. The systemd case is still based on a compile-time check as I don't know how to check that at runtime. M +6 -4 kcm/CMakeLists.txt M +7 -1 kcm/updates.cpp https://invent.kde.org/plasma/discover/-/commit/79df60ca93f554ed2078ffb855e4f1633cbd2dab -- You are receiving this mail because: You are watching all bug changes.
