I want to detect a Qt5 QWidgets application from its
window title using xdotool
to test the GUI under GNU/Windows with the latest Xubuntu LTS distro.
When I create any minimal Qt application, with wmctrl -l
I can detect it,
with xdotool
it cannot be found, as shown here:
(note that searching for Enter s
also fails)
Does anybody have a good experience with using xdotool
on Qt QWidget applications,
without using tricks like grep
ping through the wmctrl
scripts?
AFAIKS, I am not the only one that has problems with this combination.