@BombStrike yep. With XIM env & fcitx, typing CJK in launcher is OK.
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: | 1097 |
Popularity: | 2.79 |
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)
- 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, 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 .. 52 Next › Last »
yukixz commented on 2016-09-18 12:16 (UTC)
BombStrike commented on 2016-09-15 02:20 (UTC)
@yukixz back when I added those env variables the launcher didn't even allow you to type or do anything if iBus or similar was running, when I tried the current one everything seems to be working fine (though indeed it won't take the IM input) so no need to keep those
yukixz commented on 2016-09-13 12:52 (UTC)
@BombStrike Sorry bro. IM support is only available for windows, but minecraft seems work normally with XIM env.
https://bugs.mojang.com/browse/MC-2781
BombStrike commented on 2016-09-12 02:31 (UTC)
Updated package
* Remove IM override (thanks @yukixz)
* Use cached launcher when available (thanks @mad-murdock)
* Updated license to latest version
yukixz commented on 2016-09-08 14:37 (UTC)
Minecraft support CJK and IM after v1.9.
Please remove `unset XMODIFIERS GTK_IM_MODULE QT_IM_MODULE` from `/usr/bin/minecraft`.
mad-murdock commented on 2016-03-13 09:10 (UTC)
To be able to start minecraft offline and/or to save some bandwith with skipping the download of the launcher each start, I would suggest changing /usr/bin/minecraft to
---SNIP
#!/bin/sh
# fix for users of special IM modules
unset XMODIFIERS GTK_IM_MODULE QT_IM_MODULE
if [ -e ~/.minecraft/launcher.jar ]; then
exec java -jar ~/.minecraft/launcher.jar $@
else
exec java -jar /usr/share/minecraft/Minecraft.jar $@
fi
---SNIP
whynothugo commented on 2016-03-04 02:26 (UTC)
@veronic
What error did you get, or what problem are you encountering? It's not clear at which point you're having issues, so it's hard to say what you should do.
veronic commented on 2016-03-04 01:33 (UTC) (edited on 2016-03-04 01:34 (UTC) by veronic)
hi
i'm new to arch (i was on ubuntu for few years),i try to instal minecraft for my son but i'm not able at all....i just download the server but what to do next?
when i was on ubuntu it was easy to instal and run minecraft but now it doesnt work,what i need to do?
also i speak french and my english isn't perfect so i hope you can understand me ;)
kleshas commented on 2015-12-31 05:39 (UTC) (edited on 2015-12-31 06:36 (UTC) by kleshas)
This package seemed to install fine, but I've now got a 'corrupt' display in Arch itself (after quitting minecraft), even after rebooting, neither uninstalling this package helped. Display ok before logging in, and in a tty1.
danny8376 commented on 2015-12-27 06:54 (UTC)
Should add
noextract=('Minecraft.jar')
to prevent the jar form extracting.
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.