Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have an application which launches and deletes a Perl/Tk GUI several times. The GUI appears on the virtual desktop where I'm currently working on. My goal is that the GUI appears on the same virtual desktop where I initially started the application (I use different desktop managers like KDE or CDE). What I learned so far is, that the windows manager is the instance which manages the virtual desktops (or screens). Does anybody now, how I can archive my goal ...

Replies are listed 'Best First'.
Re: Perl/Tk GUI on virtual desktop
by Anonymous Monk on Nov 29, 2008 at 04:04 UTC
    Keep a hidden window, and keep using it as parent?
Re: Perl/Tk GUI on virtual desktop
by roboticus (Chancellor) on Nov 28, 2008 at 23:24 UTC