minecraft-launcher is newer than aur? huh?
Search Criteria
Package Details: minecraft-launcher 1:1.0.1221-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: | 1098 |
Popularity: | 3.49 |
First Submitted: | 2017-01-18 14:17 (UTC) |
Last Updated: | 2024-06-17 22:10 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libgpg-error (libgpg-error-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- flite (flite1AUR) (optional) – narrator support
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, bitw-gitAUR, dssdAUR, pass-secret-service-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – persistent login support
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 52 Next › Last »
scallop commented on 2020-07-28 09:55 (UTC)
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
solonovamax commented on 2020-05-31 18:36 (UTC)
Both the minecraft
and minecraft-launcher
packages are broken for me. When running them there are no errors in the console, then the window just doesn't open and the process is at 100% on one of my cpu cores.
The launcher_log.txt doesn't give any information either.
yurikoles commented on 2020-05-27 19:53 (UTC)
@milk package is just updated
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.