Skip to content

Commit c1353dd

Browse files
add disable wayland for flatpak to docs
1 parent 4c53378 commit c1353dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/getting_started/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ If it doesn't start you can enable debug logging like this
9797
flatpak run io.mrarm.mcpelauncher -v
9898
```
9999

100+
If this still just closes, you might need to disable wayland support due to bugs of certain linux (sub)systems like chromeos
101+
```
102+
flatpak run --nosocket=wayland --nosocket=fallback-x11 --socket=x11 io.mrarm.mcpelauncher
103+
```
104+
100105
### Debian, Ubuntu and Fedora repo
101106

102107
[How to add the apt or rpm

0 commit comments

Comments
 (0)