overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
127 stars 47 forks source link

menu buttons for settings inside the Tablet GUI don't respect window size for button presses. #1019

Open charlie-sans opened 1 week ago

charlie-sans commented 1 week ago

building for linux and i came across a weird big i didn't see when i loaded up overte on windows.

when trying to change any of the graphics settings, none of the buttons are lined up to where they should be on the tablet or just don't allow the user to press them at all.

built using the latest src for overte-builder and overte github

charlie-sans commented 1 week ago

on fedora 40 so heres my neofetch if needed image

JulianGro commented 1 week ago

This looks like it might be https://github.com/overte-org/overte/issues/986. Thanks for reporting this, since knowing that stuff is just misaligned is very helpful. Are you using UI scaling on your system? We had issues with that on KDE in the past, even if it was fixed by https://github.com/vircadia/vircadia-native-core/pull/1575. You could try setting XDG_CURRENT_DESKTOP=foo as environment variable for Overte (interface) as a workaround. E.g. XDG_CURRENT_DESKTOP=foo ./interface.

charlie-sans commented 1 week ago

I don't think I'm using ui scaling