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

Re: Gambas and Wayland (II)


Le 09/08/2025 à 17:54, Bruce Steers a écrit :


On Sat, 9 Aug 2025 at 13:10, Benoît Minisini <benoit.minisini@gambas- basic.org <mailto:benoit.minisini@xxxxxxxxxxxxxxxx>> wrote:

    Hi,

    I have updated the Gambas and Wayland page on the wiki, to fix the
    presentation a bit, and to add some information.

    https://gambaswiki.org/wiki/doc/wayland <https://gambaswiki.org/
    wiki/doc/wayland>

    Feel free to fix, comment, and complete the "other problems" table at
    the end of the page.

    Or you can just report your problems, and I will gladly add them for
    you.

    In that case, you must always tell which GUI toolkit you use, and which
    desktop you run, because most the time the problem depends on them!

    Regards,

-- Benoît Minisini


Re "The IDE window does not raise automatically when a debugged program stops somewhere"
I've been finding it does that with X too for some time.
Could it be a different issue?

No. It's a feature implemented by window managers named "focus stealing prevention". They prevent a window to get the focus on its own, to not interrupt what the user does. In that case, the window button should be highlighted in the desktop panel (or somewhere similar).

I usually disable focus stealing prevention on KDE to allow the programs to be raised and have the focus on their own decision. Like the IDE in debugging mode.

In Wayland, it's just not allowed at all.

Regards,

--
Benoît Minisini.


References:
Gambas and Wayland (II)Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: Gambas and Wayland (II)Bruce Steers <bsteers4@xxxxxxxxx>