Merge branch 'main' of github.com:noctalia-dev/noctalia-shell

This commit is contained in:
LemmyCook 2025-08-31 09:21:12 -04:00
commit 8a198fd707

View file

@ -213,8 +213,8 @@ Singleton {
// Set up a fallback timer in case detection takes too long // Set up a fallback timer in case detection takes too long
Qt.callLater(() => { Qt.callLater(() => {
if (cachedAurHelper === "") { if (cachedAurHelper === "" && !yayCheckProcess.running && !paruCheckProcess.running) {
// No AUR helper found after reasonable time // No AUR helper found after reasonable time and processes have finished
checkFailed = true checkFailed = true
lastCheckError = "No AUR helper found (yay or paru not installed)" lastCheckError = "No AUR helper found (yay or paru not installed)"
Logger.warn("ArchUpdater", "No AUR helper found (yay or paru)") Logger.warn("ArchUpdater", "No AUR helper found (yay or paru)")