Package Details: labymod-appimage 2.1.7-1

Git Clone URL: https://aur.archlinux.org/labymod-appimage.git (read-only, click to copy)
Package Base: labymod-appimage
Description: LabyMod Launcher for launching LabyMod, which is a Minecraft client that adds bunch of useful features (This is an unofficial package)
Upstream URL: https://www.labymod.net
Keywords: laby labymod minecraft
Licenses: proprietary
Submitter: Nixuge
Maintainer: Nixuge (holybaechu)
Last Packager: holybaechu
Votes: 6
Popularity: 0.31
First Submitted: 2023-07-07 13:39 (UTC)
Last Updated: 2024-09-09 11:18 (UTC)

Latest Comments

vitaliikuzhdin commented on 2025-01-23 12:45 (UTC)

  1. This package should be renamed to labymodlauncher-appimage, as this is the naming used by the publisher for both the .AppImage and the .deb files. There is also a .jar package called labymodinstaller, so calling this the one and only labymod (albeit with the -appimage postfix) is misleading.

  2. You should implement a pkgver() function. You can retrieve the version from the .desktop file, specifically from the X-AppImage-Version field.

  3. imagemagick should be moved to makedepends, not depends. Additionally, what is the purpose of including xorg-xrandr?

surfitux commented on 2024-08-07 19:24 (UTC)

Labymod Launcher has been updated to the latest version v2.1.6, while the version provided by this package is v2.1.5, which is outdated.

holybaechu commented on 2024-04-02 12:49 (UTC)

Thanks @LinuxSquare for the notice. The issue is now resolved :)

LinuxSquare commented on 2024-03-31 15:22 (UTC)

You're using 'convert' inside the PKGBUILD, which is part of extra/imagemagick. However, it is not listed as makedepends.

I do not have it installed on my system by default. Would it be possible, to add the package imagemagick to the makedepends array, so it can get installed for compilation? (I uninstall makedepends by default after makepkg run successfully to free up storage)

Thanks.

Guanran928 commented on 2023-07-17 21:25 (UTC) (edited on 2023-07-17 21:32 (UTC) by Guanran928)

Workaround for NVIDIA 535.xx: __GL_THREADED_OPTIMIZATIONS=0

As @Lolothepro said in https://github.com/NVIDIA/open-gpu-kernel-modules/issues/522#issuecomment-1619216392

Nixuge commented on 2023-07-07 18:02 (UTC) (edited on 2023-12-20 10:19 (UTC) by Nixuge)

THIS SHOULD NOW BE FIXED !

Hi, as I said in the lunar-client package, if you're having issues on Minecraft pre-1.13 without forge, it's almost certainly due to your nvidia drivers.

The current ones (535.54.03-1) are broken for me, and while it makes for a nice challenge and while I can still play with Forge no problem, it's still nice to have smth that works properly.

So here are the nvidia driver/kernel versions to downgrade to (use the "downgrade" command):

  • nvidia, nvidia-utils, lib32-nvidia-utils: 530.41.03-1 (replace nvidia by nvidia-dkms if using another kernel)

  • linux, linux-headers: 6.3.7 (replace with linux-zen or smth if using another kernel)