From 3365faa51cbd133e960d4ea6d3c6c930390c4b95 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 10 Sep 2015 12:39:35 -0400 Subject: Add come fixes to libLumina to work with the new systemstart plugin, and adjust the theme files accordingly. --- libLumina/LuminaOS-FreeBSD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libLumina/LuminaOS-FreeBSD.cpp') diff --git a/libLumina/LuminaOS-FreeBSD.cpp b/libLumina/LuminaOS-FreeBSD.cpp index 7ca6c876..21d0552d 100644 --- a/libLumina/LuminaOS-FreeBSD.cpp +++ b/libLumina/LuminaOS-FreeBSD.cpp @@ -185,7 +185,7 @@ bool LOS::userHasShutdownAccess(){ } bool LOS::systemPerformingUpdates(){ - return (QProcess::execute("pgrep -F /tmp/.updateInProgress")!=0); //this is 0 if updating right now + return (QProcess::execute("pgrep -F /tmp/.updateInProgress")==0); //this is 0 if updating right now } //System Shutdown -- cgit