We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is an OBS repo with patched libglfw3-wayland for OpenSUSE (currently only for Tumbleweed edition). https://build.opensuse.org/package/show/home:SkyNetMkII/glfw-mc (It's not my repo, but I know the maintainer)
I highly recommend to use this CLI tool similar to yay or paru in Arch Linux.
yay
paru
sudo zypper ar -cf https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman
Then run:
sudo zypper in opi opi libglfw3-wayland
In OPI you should choose libglfw3-wayland package (not -debuginfo), then choose home:SkyNetMkII option.
libglfw3-wayland
-debuginfo
home:SkyNetMkII
Profit: Enjoy the patched package
Download and install RPM package manually. This variant doesn't provide any auto updates via Zypper. https://download.opensuse.org/repositories/home:/SkyNetMkII/openSUSE_Tumbleweed/x86_64/
The text was updated successfully, but these errors were encountered:
I can't manage to get this to start. Is this still working for you as of 1.20?
Caused by: java.lang.NullPointerException: A required function is missing: glfwInitAllocator
Sorry, something went wrong.
@Jackaed see #54 (comment)
You need to patch git version of glfw
No branches or pull requests
Here is an OBS repo with patched libglfw3-wayland for OpenSUSE (currently only for Tumbleweed edition).
https://build.opensuse.org/package/show/home:SkyNetMkII/glfw-mc (It's not my repo, but I know the maintainer)
Installation
Option 1: Install with OPI tool
I highly recommend to use this CLI tool similar to
yay
orparu
in Arch Linux.YaST
Terminal
Then run:
In OPI you should choose
libglfw3-wayland
package (not-debuginfo
), then choosehome:SkyNetMkII
option.Profit:
Enjoy the patched package
Option 2: Download directly from OBS
Download and install RPM package manually. This variant doesn't provide any auto updates via Zypper.
https://download.opensuse.org/repositories/home:/SkyNetMkII/openSUSE_Tumbleweed/x86_64/
The text was updated successfully, but these errors were encountered: