The package was flagged out-of-date by mistake, I guess. It is currently up to date.
Search Criteria
Package Details: minecraft-launcher 1:2.1.3-3
Package Actions
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: | custom |
Conflicts: | minecraft-launcher-beta |
Provides: | minecraft-launcher-beta |
Submitter: | shoghicp |
Maintainer: | pschichtel |
Last Packager: | pschichtel |
Votes: | 1105 |
Popularity: | 5.76 |
First Submitted: | 2017-01-18 14:17 (UTC) |
Last Updated: | 2025-04-19 12:06 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libgpg-error (libgpg-error-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- flite (flite1AUR) (optional) – narrator support
- orca (orca-gitAUR) (optional) – screen reader support
- org.freedesktop.secrets (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, keepassxc-gitAUR, pass-secret-service-gitAUR, dssdAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – persistent login support
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 54 Next › Last »
ArkadSt commented on 2020-09-18 11:04 (UTC) (edited on 2020-09-18 17:37 (UTC) by ArkadSt)
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
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
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
Pinned Comments
wheat32 commented on 2025-03-08 18:32 (UTC) (edited on 2025-03-08 19:30 (UTC) by wheat32)
I seem to be having a different issue than what others are describing. Suddenly today, I an unable to start the launcher without getting a generic "An unexpected issue occurred" message. Here's what I get in the terminal:
Edit: I found that deleting the webcache2 directory in the .minecraft directory fixes the issue for me.
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.