Garux / netradiant-custom

The open-source, cross-platform level editor for id Tech based games.
https://garux.github.io/NRC/
Other
301 stars 52 forks source link

Mouse look in 3d viewport does not work in wayland #126

Open theangrygrunt opened 1 year ago

theangrygrunt commented 1 year ago

Behavior: Whenever I right click into the 3d viewport and attempt to move the cursor, the error message QT WRN qt.qpa.wayland: Setting cursor position is not possible on wayland floods the console. When I right click out, QT WRN default: This plugin supports grabbing the mouse only for popup windows appears.

Radiant version is 1.6.0n-git-48a6cf3c9

Garux commented 1 year ago

Yeah, wayland has no key features to be usable. Solution of wayland issues is to use xwayland by running as QT_QPA_PLATFORM=xcb ./radiant.x86_64

theangrygrunt commented 1 year ago

That fixed the issue, ty!