#!/bin/sh

if [ $UID = 0 ];then
     /usr/lib/GtkSysinfo1.9/Sysinfo.pl --acpi 
 else
    kdesu "pantherinfo"
fi