Closed richelbilderbeek closed 8 years ago
Posted this on Stack Overflow:
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.
xdotool
When I create any minimal Qt application, with wmctrl -l I can detect it, with xdotool it cannot be found, as shown in this screenshot:
wmctrl -l
Does anybody have a good experience with using xdotool on Qt QWidget applications, without using tricks like grepping through the wmctrl scripts?
grep
wmctrl
AFAIKS, I am not the only one that has problems with this combination.
Some days later (presumably after an update), xdotool works as expected.
Posted this on Stack Overflow:
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, withxdotool
it cannot be found, as shown in this screenshot:Does anybody have a good experience with using
xdotool
on Qt QWidget applications, without using tricks likegrep
ping through thewmctrl
scripts?AFAIKS, I am not the only one that has problems with this combination.