Preconditions: My Qt program (MainWindow) works on FIRST Linux desktop, and I work on SECOND.
Program invokes such piece of code:
mainWindow->raise();
What happens? My Desktop Environment switches to the FIRST desktop and shows main window on my app.
What I want to happen? Main window of my app is moved to the current (SECOND) desktop and shows here.
Is it possible with Qt and how?