def spawn_input_box(title, text) `kdialog --title "#{title}" --inputbox "#{text}"` end