From 9194f60ac0140ac0286da8087c63bbcf77842776 Mon Sep 17 00:00:00 2001 From: axet Date: Tue, 18 Jul 2023 15:40:17 +0300 Subject: [PATCH] Inhibit suspend instead of screen idle PR #19316. Closes #19312. --- src/gui/powermanagement/powermanagement_x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/powermanagement/powermanagement_x11.cpp b/src/gui/powermanagement/powermanagement_x11.cpp index 55746da55..bfdb9da0b 100644 --- a/src/gui/powermanagement/powermanagement_x11.cpp +++ b/src/gui/powermanagement/powermanagement_x11.cpp @@ -105,7 +105,7 @@ void PowerManagementInhibitor::requestBusy() args << 0u; args << u"Active torrents are presented"_s; if (m_useGSM) - args << 8u; + args << 4u; call.setArguments(args); QDBusPendingCall pcall = QDBusConnection::sessionBus().asyncCall(call, 1000);