Package Details: minecraft-launcher 1:1.0.1221-1

Git Clone URL: https://aur.archlinux.org/minecraft-launcher.git (read-only, click to copy)
Package Base: minecraft-launcher
Description: Official Minecraft Launcher
Upstream URL: https://mojang.com/
Keywords: game minecraft
Licenses: All Rights Reserved
Conflicts: minecraft-launcher-beta
Provides: minecraft-launcher-beta
Submitter: shoghicp
Maintainer: MrAnno
Last Packager: MrAnno
Votes: 1095
Popularity: 6.97
First Submitted: 2017-01-18 14:17 (UTC)
Last Updated: 2022-06-07 18:27 (UTC)

Dependencies (29)

Required by (3)

Sources (3)

Pinned Comments

petr commented on 2021-10-08 09:04 (UTC)

The package version is the version of the launcher bootstrap - the part that actually downloads and updates the launcher.

That means the version number of the actual launcher (2.x.xxx) is different from the version here (9xx+) on a fundamental level, and should not be compared.

The package is outdated only when the bootstrap version you get here is different from the bootstrap version you would get from minecraft.net when using the raw tarball.

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 51 Next › Last »

bkb commented on 2020-09-02 11:33 (UTC) (edited on 2020-09-02 11:44 (UTC) by bkb)

Choose which one to delete

                                   minecraft
https://aur.archlinux.org/packages/                  /
                                   minecraft-launcher

https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_*.tar.gz

VS

https://launcher.mojang.com/download/Minecraft.deb

petr commented on 2020-07-28 11:05 (UTC)

Yeah. I'm changing up the automation so we can work on the PKGBUILDs manually and something went a little weird with the pkgrel handling. Fix incoming.

scallop commented on 2020-07-28 09:55 (UTC)

minecraft-launcher is newer than aur? huh?

DianaNites commented on 2020-07-28 09:21 (UTC)

minecraft-launcher: local (2.1.16102-2) is newer than AUR (2.1.16102-1)

from yay. ????

jpegxguy commented on 2020-07-24 14:46 (UTC) (edited on 2020-07-27 12:31 (UTC) by jpegxguy)

This package doesn't need the obsolete gconf

EDIT: Thanks for this.

cobaltspace commented on 2020-07-24 14:43 (UTC) (edited on 2020-07-25 20:27 (UTC) by cobaltspace)

I was able to force java8 by setting the JAVA_HOME variable. I suggest having this script for /usr/bin/minecraft-launcher and having minecraft-launcher.desktop have Exec=minecraft-launcher

#!/bin/sh
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk/jre/"
exec /opt/minecraft-launcher/minecraft-launcher "$@"

This would require java-runtime=8 or specifically jre8-openjdk

scallop commented on 2020-07-01 03:23 (UTC)

does this actually need gconf? if it does, that's okay, but a comment on that package says that chromium and electron havent depended on it for years, and its a bit annoying having to need it because it is also an aur pakage

yurikoles commented on 2020-06-30 19:00 (UTC)

@kashall

Package is out of date, Mojang has released a new version on their website but this package uses the static version of the old launcher. We actually use an unversioned link to the latest available deb package. I did a clean build and I didn't saw any checksum errors and version of the launcher is the same.

gtsiam commented on 2020-06-20 20:02 (UTC)

I don't really get the dependency list:

  • gconf? (From a comment in the gconf package: "Chromium (and subsequently Electron) haven’t been dependent on this for years" - that, plus it's apparently obsolete)
  • libxss? (X11 Screen Saver extension library)

Frankly I don't really know, just find it weird