1 #!/usr/bin/env python 2 import os, sys, commands 3 os.system("kdialog " + "".join(map(commands.mkarg, sys.argv[1:])))