path: xdg-utils_1.2.1-2/tests/include/desktop_environment
        xfce_version=`xfce4-session --version | grep '(Xfce ' | cut -d '(' -f 2 | cut -d ' ' -f2 | cut -d ')' -f1`
	# From massonnet on FreeNode/#xfce
	#if [ `pidof xfce4-session` ]; then
	if [ "$GDMSESSION" = 'xfce4' ] ; then
		running="xfce $running"
