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

Hello, Perl masters,

I need help here. I am using FVWM window manager. When I ran the perl application, the window was displayed in other workspace. How can I make it diaplay in the current window/workspace. I have no idea where to start. Setting DISPLAY variable doesn't help.

Thanks!

Replies are listed 'Best First'.
Re: perl application running in FVWM
by marto (Cardinal) on Apr 11, 2018 at 15:42 UTC

    Is this a GUI application (e.g. Tk?), how are you launching this? Are you trying to specify which desktop to display on within Perl?

      Marto, thanks!

      It's a simple GUI application which displays some messages. I just ran the perl script from the terminal and the main window was not displayed on the current screen.

      First I thought the window was not displayed. Later I realized that it was displayed on another workspace.

Re: perl application running in FVWM
by thanos1983 (Parson) on Apr 11, 2018 at 16:23 UTC
Re: perl application running in FVWM
by joybee2015 (Novice) on Apr 11, 2018 at 16:54 UTC

    OK, Silly me! I found where the problem is. The program was specified X and Y coordinates.