Comment 7 for bug 368175

Revision history for this message
Osobimbo (osobimbo01) wrote :

Hi,

Changing Xdialog to use STDOUT instead of STDERR is a matter of adding
an option to the command: --stdout. See the man page!

Menno

still at a loss

~$ man stdout
No manual entry for stdout

a step by step would be nice

something in the like:

cd /yourhomedirectory/

cd .xdialog

there you find the configuration file named

xdialog.conf. (if something of the like exists)

change the line that says

using stdrrin and change to

using stdout ,save and you are on your way!!

at least point me to the file or better

say the magic words for

Changing Xdialog to use STDOUT instead of STDERR is a matter of adding
an option to the command:

WHERE?