View Single Post
Old Dec 27th, 2005, 11:07 PM   #9
a thing
Unverified User
 
a thing's Avatar
 
Join Date: Aug 2005
Location: none
Posts: 146
Rep Power: 0 a thing is on a distinguished road
Good idea Arevos
#!/bin/bash
title="This is a test."
kdialog ()
{
	`kde-config --prefix`/bin/kdialog --title="$title $* #or $@
}
kdialog --yesno "Testing, 1, 2, 3."

almost works. The title works, but the content is "Testing," and excludes " 1, 2, 3."
__________________
Warning: My posts may change (dramatically) within the first 15 minutes they're posted.
Got 'Nux?—GNU/Linux and other free software support.
It's GNU/Linux, not just Linux.
a thing is offline   Reply With Quote