We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c53378 commit c1353ddCopy full SHA for c1353dd
src/getting_started/index.md
@@ -97,6 +97,11 @@ If it doesn't start you can enable debug logging like this
97
flatpak run io.mrarm.mcpelauncher -v
98
```
99
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
+
105
### Debian, Ubuntu and Fedora repo
106
107
[How to add the apt or rpm
0 commit comments