The reason for piping the output to /dev/null is so that the system logs (/var/log/daemon.log in particular) don't get bloated with Minecraft log information. This isn't a huge issue for vanilla players, but if one plays with mods the amount of log entries can be quite a nuisance.
Search Criteria
Package Details: minecraft-launcher 1:2.1.3-1
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.70 |
First Submitted: | 2017-01-18 14:17 (UTC) |
Last Updated: | 2024-11-28 00:27 (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-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, dssdAUR, pass-secret-service-gitAUR, bitw-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – persistent login support
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 52 Next › Last »
Malifrax commented on 2013-11-02 22:06 (UTC)
BombStrike commented on 2013-10-25 06:04 (UTC)
Updated icon and removed output to /dev/null
Tried the swing flags but as said by @hobarrera it doesn't seem to work with jre7
<deleted-account> commented on 2013-10-13 18:49 (UTC)
Is this package still obsolete? The path to download Minecraft.jar is still the same, but the actual file is different.
<deleted-account> commented on 2013-10-13 18:44 (UTC)
Where were these file obtained? Is this a launcher or the real game?
conley commented on 2013-10-04 00:31 (UTC)
Could you switch the png to a higher resolution one, like this one, for example: http://fc03.deviantart.net/fs71/i/2011/008/6/1/minecraft_hd_icon___mac___pc_by_hunterkharon-d36qrs5.png
It's ripped directly from the Minecraft source and it looks a lot better in Gnome 3.
whynothugo commented on 2013-07-19 03:14 (UTC)
@J0k3r: Doesn't work for me. AFAIK, that swing+gtk no longer works as of java7. :/
CheapTransfers commented on 2013-07-19 01:38 (UTC)
if you want the new launcher to use the swing gtk l&f, insert
'-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
in your start script.
You can also insert
'-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
for anti-aliased fonts.
whynothugo commented on 2013-07-14 21:32 (UTC)
Is there any particular reason to pipe all output to /dev/null?
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.