Admicos / minecraft-wayland

A better way of running Minecraft Without XWayland. Because I REALLY had nothing better to do with my life.
254 stars 14 forks source link

OpenSUSE Support #48

Open J-Qs opened 1 year ago

J-Qs commented 1 year ago

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 commented 1 year ago

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 commented 9 months ago

@Jackaed see https://github.com/Admicos/minecraft-wayland/issues/54#issuecomment-1722715553

You need to patch git version of glfw