Skip to content
New issue

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

OpenSUSE Support #48

Open
J-Qs opened this issue May 17, 2023 · 2 comments
Open

OpenSUSE Support #48

J-Qs opened this issue May 17, 2023 · 2 comments

Comments

@J-Qs
Copy link

J-Qs commented May 17, 2023

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 or paru in Arch Linux.

  1. To install it you need to enable the 3rd party Packman repo via YaST or terminal.
YaST

1
2
3
4

Terminal
 sudo zypper ar -cf https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman
  1. Then run:

     sudo zypper in opi
     opi libglfw3-wayland
    

    In OPI you should choose libglfw3-wayland package (not -debuginfo), then choose home:SkyNetMkII option.

  2. 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/

@Jackaed
Copy link

Jackaed commented Jun 11, 2023

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

@ZerdoX-x
Copy link

@Jackaed see #54 (comment)

You need to patch git version of glfw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants