I built a Fedora40 machine over the weekend to start playing around with QT5 and 6. QT5.15.14 is exhibiting the sort behavior Loki is reporting. Clicking the column header will change the sort arrow but does not change the sort. That said, I am getting some Wayland warnings in the console when clicking around the ShowEQ menus so I may have messed up my install a bit as I though I had it all pointing to X11 but apparently not.
Code:
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()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
I also continue to see a lot of these messages in console when sitting in the guild hall:
Code:
Debug: Mon 7/29/2024 15:52:33 - ZoneMgr::zoneNameFromID: zone name not found: zoneId=33505
Debug: Mon 7/29/2024 15:53:02 - ZoneMgr::zoneNameFromID: zone name not found: zoneId=33505
Debug: Mon 7/29/2024 16:02:38 - ZoneMgr::zoneNameFromID: zone name not found: zoneId=33505
Debug: Mon 7/29/2024 16:02:39 - ZoneMgr::zoneNameFromID: zone name not found: zoneId=33505
Debug: Mon 7/29/2024 16:02:40 - ZoneMgr::zoneNameFromID: zone name not found: zoneId=33505
Debug: Mon 7/29/2024 16:02:42 - ZoneMgr::zoneNameFromID: zone name not found: zoneId=33505
Debug: Mon 7/29/2024 16:02:43 - ZoneMgr::zoneNameFromID: zone name not found: zoneId=33505
Debug: Mon 7/29/2024 16:02:44 - ZoneMgr::zoneNameFromID: zone name not found: zoneId=33505
Any idea what's causing this? I've poked around this one several times and cannot figure it out looking at the logs and packets.
Just patched RC2 and will report any notable outcomes. So far, seems solid despite a million warnings when compiling under QT5