LiveSplit / LiveSplit/LiveSplitOne
Protocol error crash on Wayland
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 301
- Forks
- 55
- Avg merge
- 8m
- Merged PRs (30d)
- 1
Description
Because of tauri-apps/tauri#10702, LiveSplit One will not launch on Wayland (tested with KDE Plasma specifically), instead crashing with:
```text
Gdk-Message: 11:45:58.221: Error 71 (Protocol error) dispatching to Wayland display.
```
A workaround I've found for now is to launch it with:
```console
WEBKIT_DISABLE_DMABUF_RENDERER=1 ./livesplit-one
```
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
Start by reproducing the crash on Wayland, specifically KDE Plasma, using the `./livesplit-one` launch command and compare it with `WEBKIT_DISABLE_DMABUF_RENDERER=1`. Review the referenced tauri-apps/tauri#10702 issue to determine the available fix; done means LiveSplit One launches on Wayland without requiring that workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop, operating-systems
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100