wayland impl. missing "text-input" #24

Open
opened 2024-08-22 19:03:10 -04:00 by 6543 · 3 comments
6543 commented 2024-08-22 19:03:10 -04:00 (Migrated from github.com)

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

the foot terminal (https://codeberg.org/dnkl/foot) can not be used currently: ![image](https://github.com/user-attachments/assets/85ac83f3-d629-4dc8-8989-b35f74251306) ``` 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 2024-08-22 19:04:49 -04:00 (Migrated from github.com)

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

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 2024-08-22 19:09:34 -04:00 (Migrated from github.com)

this is fc5e4f764a43c5c509e295e6054cdc178d0c6218 of telescope ...

this is fc5e4f764a43c5c509e295e6054cdc178d0c6218 of telescope ...
technobaboo commented 2024-08-31 14:29:13 -04:00 (Migrated from github.com)

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

this is gonna be harder than i thought, idk how smithay does text-input...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StardustXR/server#24