SuSE Linux: Versions up to (including) 7.3
First, save the text into a file, because KDE only prints the content of this file. Choose 'File' and 'Print' and, in the 'Print Dialog', the option 'print directly using lpr'. KDE executes the following printing instruction:
lpr 'filename' &(filename is the name of the file that contains the text to print )
If you do not want to use the standard queue 'lp', select 'Print Dialog' then 'Print using Command' and enter, for example,
lpr -Pasciito use the queue 'ascii'. KDE executes the following printing instruction:
lpr -Pascii 'filename' &(filename is the name of the file that contains the text to print)