Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37760330
en ru br
ALT Linux repos
S:5.27.8-alt1

Group :: Graphical desktop/KDE
RPM: plasma5-workspace

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-freespace-thread-timer.patch
Download


--- a/plasma-workspace/dataengines/soliddevice/soliddeviceengine.cpp
+++ b/plasma-workspace/dataengines/soliddevice/soliddeviceengine.cpp
@@ -580,8 +580,8 @@ bool SolidDeviceEngine::updateStorageSpa
             m_paths.remove(path);
         });
 
-        // start timer: after 15 seconds we will get an error
-        timer->start(15000);
+        // start timer: after 125 seconds we will get an error
+        timer->start(125000);
     }
 
     return false;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin