StardustXR / server

Stardust XR Reference Server, now blazingly fast in Rust :D
https://stardustxr.org/
GNU General Public License v2.0
96 stars 15 forks source link

wayland impl. missing "text-input" #24

Open 6543 opened 3 weeks ago

6543 commented 3 weeks ago

the foot terminal (https://codeberg.org/dnkl/foot) can not be used currently:

image

warn: wayland.c:1542: no primary selection available
warn: wayland.c:1545: no XDG activation support; bell.urgent will fall back to coloring the window margins red
warn: wayland.c:1551: fractional scaling not available
warn: wayland.c:1554: no server-side cursors available, falling back to client-side cursors
warn: wayland.c:1565: text input interface not implemented by compositor; IME will be disabled

https://wayland.app/protocols/text-input-unstable-v3

technobaboo commented 3 weeks ago

wait why do you not have the resize handles on the sides... is this on main branch? dev branch didn't impl it either but.... still worth pointing out

6543 commented 3 weeks ago

this is fc5e4f764a43c5c509e295e6054cdc178d0c6218 of telescope ...

technobaboo commented 1 week ago

this is gonna be harder than i thought, idk how smithay does text-input...