You can execute your command in konsole by prefixing it with "konsole -e". For example if I want to run a mpg321 instance in a new konsole window then I would give the following command
Code:
konsole -e mpg321 /home/edward/xyz.mp3 &
When executed from a command window, this will create a new konsole window and start mpg321 in it, which will play xyz.mp3 file.
Before you put this code in your crontab file do remember to check that your xhost allows connections from root because that is what you'll be doing. You can also wait for mediator (or PM him) to come in and see your problem. He might have a solution using a bash script.