ModbusTools icon indicating copy to clipboard operation
ModbusTools copied to clipboard

Wayland does not support QWindow::requestActivate()

Open prascak opened this issue 10 months ago • 1 comments

I'm running the client from the command line. Using Ubuntu 24.04 (24.04.1 LTS) with wayland. Browsing the menu causes spamming like this:

qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()

Whenever I click on a menu item, the menu list pops out. But with a rolled out menu when I move the mouse to the neighboring menu item and its list pops out another line of the above appears.

prascak avatar Jan 30 '25 10:01 prascak

Hello. As I read in the forums, this is a common problem for Qt5 on the Wayland platform. Perhaps Qt6 has solved this problem, but I haven't worked with Qt6 yet and unfortunately don't plan to in the near future.

serhmarch avatar Jan 30 '25 20:01 serhmarch