Closed vchernin closed 3 years ago
bot, build
Queued test build for com.mojang.Minecraft.
Started test build 52190
Build 52190 successful To test this build, install it from the testing repository:
flatpak install --user https://dl.flathub.org/build-repo/50191/com.mojang.Minecraft.flatpakref
Started test build 52197
Build 52197 successful To test this build, install it from the testing repository:
flatpak install --user https://dl.flathub.org/build-repo/50196/com.mojang.Minecraft.flatpakref
Started test build 52198
Build 52198 successful To test this build, install it from the testing repository:
flatpak install --user https://dl.flathub.org/build-repo/50197/com.mojang.Minecraft.flatpakref
Started test build 52254
Build 52254 successful To test this build, install it from the testing repository:
flatpak install --user https://dl.flathub.org/build-repo/50252/com.mojang.Minecraft.flatpakref
bot, build
Queued test build for com.mojang.Minecraft.
Started test build 52968
Build 52968 successful To test this build, install it from the testing repository:
flatpak install --user https://dl.flathub.org/build-repo/50928/com.mojang.Minecraft.flatpakref
Please, rebase this PR against the latest json file from master. Your current one has a lot of changes that are different in the current master. Thanks!
Started test build 54018
Build 54018 failed
Adds native Wayland support thanks to the work that's gathered here. Nothing is changed by default, a user specifically has to opt in by adding a JVM flag in the launcher. Should work in 1.13+, including 1.17 (see picture).
This is done so the GLFW patches can be tested. The goal is not to have to ship a patched GLFW, but to help get them upstreamed.
Fixes #84
To use:
flatpak install --user https://dl.flathub.org/build-repo/50928/com.mojang.Minecraft.flatpakref
flatpak-builder --user --install build-dir com.mojang.Minecraft.json
-Dorg.lwjgl.glfw.libname=/home/<user>/.local/share/flatpak/app/com.mojang.Minecraft/current/active/files/lib/libglfw.so
to your JVM arguments.<user>
with your username, and to leave a space in between arguments. Fedora Silverblue users should add /var at the beginning. If you install without--user
the GLFW directory will be different, so adding the JVM argument will stop Java from launching.Issues:
Patch Info:
Todo: