Hello, KProcess guru needed. I have problem when using kstart : It uses=20 KProcess:start( DontCare, NoCommunication ). The problem is that every KD= E=20 app here prints a warning about no definition of PluralForm ( the new i18= n=20 thingy, it's not handled in kde-i18n-cs yet ), but since it's a backgroun= d=20 process when started using KProcess, it gets SIGTTOU when trying to print= the=20 output and it's simply stopped. Just setting it to SIG_IGN for SIGTTIN and SIGTTOU makes it work, but no= w it=20 prints the output to console, which is probably a thing that processes=20 started from KProcess shouldn't do. Just closing fds 0, 1 and 2 doesn't w= ork,=20 so what's the proper way of getting rid of the output ? Is something like= =20 dup2( open( "/dev/null", O_WRONLY ), STDIN_STDOUT ) ok ? =20 Lubos Lunak -- l.lunak@email.cz ; l.lunak@kde.org http://dforce.sh.cvut.cz/~seli