You are not logged in.
hi
I'm trying to find solution to the following:
bring window by it's title to front, I have it working in xfce though in gnome it doesn't work the same. In xfce it works oddly as well ...
the used methods are
xdotool search %options%
wmctrl -a %search criteria%
the above return only subset of the windows - not all opened.
for instance the above return the same outcome - can activate the chromium but don't "see" the gnome-terminal.
if anyone has solution - please share
THX
Last edited by freebench (2025-01-10 11:17:07)
Offline
The relevant difference will be that you're running a xorg session on xfce and a wayland session on gnome and will thus only see xwayland windows with your commands
you'll either need to find an extension to do this or some dbus calls you can make on mutter, I faintly remember some good DBUS docs floating around but can't find that link right now.
Offline
Online