#!/bin/sh

if [ "$XDG_SESSION_DESKTOP" = "plasma" -o "$XDG_SESSION_DESKTOP" = "KDE" ]
then
	/usr/share/hplip/systray.py $@
else
	dbus-launch /usr/share/hplip/systray.py $@
fi
