For anyone getting the "JAVA Unsupported major.minor version 52.0" error, that is because minecraft switched to Java 8 in the 1.12 update. To fix, do the following:
sudo pacman -S jre8-openjdk jre8-openjdk-headless
sudo archlinux-java set java-8-openjdk/jre
Then you should be good.
Package should probably depend on the above packages as well to ensure it works on the latest version, while keeping the previous version as option for older versions.
Search Criteria
Package Details: minecraft-launcher 1:2.1.3-2
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: | 1106 |
Popularity: | 6.51 |
First Submitted: | 2017-01-18 14:17 (UTC) |
Last Updated: | 2025-03-22 14:57 (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-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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 (3)
Latest Comments
« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 .. 54 Next › Last »
anoa commented on 2017-10-18 05:48 (UTC)
Stitchless commented on 2017-09-22 10:59 (UTC)
PKGBUILD for v2.0.973 for those who want to test it (or just want the useless nags that just point at Dinnerbone's Twitter to go away): https://pastebin.com/raw/JV30Mmej
sylveon commented on 2017-08-13 22:01 (UTC) (edited on 2017-08-13 22:02 (UTC) by sylveon)
I added "StartupWMClass=sun-awt-X11-XFramePeer" to the .desktop file and all the minecraft windows (launcher, bootstrap, game) shows under the same icon in the gnome dock now. Haven't encountered any conflicts (although that's probably because I am not using any other Java application)
BombStrike commented on 2017-07-25 06:17 (UTC)
@cleviojr this is the launcher linked on the minecraft homepage, as soon as the staging launcher becomes the official one then this package will be updated to point to it
xwindyboy commented on 2017-07-25 02:44 (UTC)
this seems to be an outdated launcher, for the new one install minecraft-launcher package instead. link: https://aur.archlinux.org/packages/minecraft-launcher/
Morn commented on 2017-07-16 15:21 (UTC)
"flite" should be added as an optional dependency; it is needed for the new chat narrator feature in 1.12.
alexjj commented on 2017-06-21 21:38 (UTC)
Minecraft requires OpenJDK 8 to run now...or I should say it didn't work with 7 for me and installing 8 fixed it.
cquick7 commented on 2017-04-13 07:27 (UTC) (edited on 2017-04-13 07:28 (UTC) by cquick7)
Basically, what I have done is download the Linux version from minecraft.net, and I use the Jar file to launch the game when I want to play. That way works just fine for me.
The file is named minecraft.jar.
<deleted-account> commented on 2017-04-04 22:40 (UTC)
You say "This is maintained by employees of Mojang." I would say, it is unmaintained. Linux is neglected as always. Will continue using the old launcher for now.
shoghicp commented on 2017-03-08 09:37 (UTC)
This is maintained by employees of Mojang.
We have no "current" release for any Linux distribution, due to some issues that we are working on fixing.
As soon as we have any release, we will update this package. Note that any old versions (like this one, or current "new" one some people are suggesting to use) might stop working in the future, until we fix these issues.
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.