StardustXR / StardustXR/server
wayland impl. missing "text-input"
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 185
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
the foot terminal (https://codeberg.org/dnkl/foot) can not be used currently:
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue points to the Wayland text-input-unstable-v3 protocol and can be reproduced with the foot terminal; start by reading that protocol and reproducing the reported compositor warning. Done means the compositor implements the interface sufficiently for foot's IME path instead of reporting it unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop-dev, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100