IPC-signals ignored by gtk2->main



Hi there,

i have a problem with a gtk2-script:
when i define signal handlers like:
[code]
$SIG{USR1}=sub {print STDOUT "SIGUSR1\n"};
[/code]
before the gtk2 main-loop, the signals are blocked until i press the
"quit"-button of my gtk2 window.

How can I get the gtk2 main-loop listen to those signals ?

Thanks in advance,

Bobo




-- 
Boris Ruppert - bobo[at]sideburns[dot]dyndns[dot]org



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]