--- k3bsetup/k3bsetup 2007-02-08 09:14:36.000000000 -0500 +++ k3bsetup/k3bsetup.new 2007-02-14 20:07:34.000000000 -0500 @@ -12,9 +12,15 @@ # See the file "COPYING" for the exact licensing terms. # +########################################################## +# Modified for Vector Linux 5.8 Standard by Joe1962 +########################################################## -#!/usr/bin/sh -#TODO: if kdesu not found and not currently root use kdialog to display an error message -kdesu kcmshell k3bsetup2 +#!/bin/sh + +#TODO: if kdesu not found and not currently root, use gksu + +kdesu kcmshell k3bsetup2 || gksu -g "/opt/kde/bin/kcmshell k3bsetup2" +