summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-05 09:47:09 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-05 09:47:09 -0500
commitfad46140fae8ba0cfba18f29dce813a8490e3817 (patch)
treef3742b7838f53993a9c75c87686704baf3ddc5c7 /pts-core
parentcd540744b4799484f93bf4f7f9ba66ae8f7f0574 (diff)
downloadphoronix-test-suite-upstream-fad46140fae8ba0cfba18f29dce813a8490e3817.tar.gz
phoronix-test-suite-upstream-fad46140fae8ba0cfba18f29dce813a8490e3817.tar.xz
phoronix-test-suite-upstream-fad46140fae8ba0cfba18f29dce813a8490e3817.zip
pts-core: Improve reporting of Xfce in sw_desktop_environment()
Diffstat (limited to 'pts-core')
-rw-r--r--pts-core/functions/pts-functions_system_software.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_software.php b/pts-core/functions/pts-functions_system_software.php
index 6d4b3aa..f7d57a8 100644
--- a/pts-core/functions/pts-functions_system_software.php
+++ b/pts-core/functions/pts-functions_system_software.php
@@ -268,7 +268,7 @@ function sw_desktop_environment()
}
}
- else if(pts_process_running_bool("xfce4-session"))
+ else if(pts_process_running_bool("xfce4-session") || pts_process_running_bool("xfce-mcs-manager"))
{
// Xfce 4.x
$desktop_environment = "Xfce";