惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
T
The Blog of Author Tim Ferriss
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
Engineering at Meta
Engineering at Meta
量子位
I
InfoQ
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
H
Help Net Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
Google Developers Blog
J
Java Code Geeks
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
V
V2EX
腾讯CDC
P
Proofpoint News Feed
A
About on SuperTechFans
爱范儿
爱范儿
U
Unit 42
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - lunar-client
2026-05-30 · via AUR Newest Packages

Pinned Comments

Nixuge commented on 2023-11-16 15:45 (UTC) (edited on 2023-11-16 15:46 (UTC) by Nixuge)

MZPL commented on 2023-07-08 14:59 (UTC)

Regarding the nvidia drivers issue, it appears that adding __GL_THREADED_OPTIMIZATIONS=0 to the environment variables fixes the problem. Source

Nixuge commented on 2023-07-07 12:48 (UTC) (edited on 2023-07-07 12:49 (UTC) by Nixuge)

Hello, Doubt a lot of people still come here but while at it, if you're having issues on Minecraft pre-1.13 without forge, it's almost sure it's due to your nvidia drivers.

The current ones (535.54.03-1) are broken for me, and while it makes for a nice challenge and while I can still play with Forge no problem, it's still nice to have smth that works properly.

So here are the nvidia driver/kernel versions to downgrade to (use the "downgrade" command):

  • nvidia, nvidia-utils, lib32-nvidia-utils: 530.41.03-1 (replace nvidia by nvidia-dkms if using another kernel)

  • linux, linux-headers: 6.3.7 (replace with linux-zen or smth if using another kernel)

apricityamazing commented on 2026-05-29 20:34 (UTC)

When opening rofi on my system, Lunar Client doesn't have an icon, so I looked into /usr/share/applications to check the desktop entry and that made me check /usr/share/icons and run find | grep lunarclient which showed me the icon indeed existed in /usr/share/icons/1024x1024/apps/lunarclient.png, so I was stumped on why it didn't show up. Just looking around I saw the index.theme file and searched it for a mention of a 1024x1024 folder and it did not have one. I updated the file to include [1024x1024/apps] and it actually worked, but after looking at the origin of this directory, it seems to be updated by hicolor-icon-theme, and an update of this package might break this aur-package by overwriting the index.theme file. I came with an alternate solution after reading the PKGBUILD, and realized a much simpler way of fixing this problem was simply just copying lunarclient.png to /usr/share/icons/hicolor/512x512/apps/ instead of 1024x1024. This fixes the issue and building it on my system has worked.I just updated this: # Icon images install -dm755 "${pkgdir}/usr/share/" cp -a \ "${srcdir}/squashfs-root/usr/share/icons" \ "${pkgdir}/usr/share/" to be # Icon images install -dm755 "${pkgdir}/usr/share/icons/hicolor/512x512/apps" cp -a \ "${srcdir}/squashfs-root/usr/share/icons/hicolor/1024x1024/apps/lunarclient.png" \ "${pkgdir}/usr/share/icons/hicolor/512x512/apps/lunarclient.png"

Hope this helps!

Dreaght commented on 2026-05-15 16:21 (UTC)

You can add gvfs as optional dependency for URL links opening support in old Minecraft versions.

If your Minecraft client fails to open a URL in a default browser, install gvfs package.

Xefreh commented on 2024-11-20 09:30 (UTC)

the new update fixed the issue thanks

Xefreh commented on 2024-11-19 16:11 (UTC)

hi, I reinstalled lunar client and it seems to be unable to start, if anyone know why please reply thanks. here is the error: 17:10:01.126 › [Electron] Uncaught exception: Error: Something went wrong during the migration! Changes applied to the store until this failed migration will be restored. Error: ENOENT: no such file or directory, scandir '/home/xefreh/.lunarclient/profiles' at ElectronStore._migrate (/tmp/.mount_lunarcHa4ym7/resources/app.asar/dist-electron/electron/main.js:31:38146) at new Fe (/tmp/.mount_lunarcHa4ym7/resources/app.asar/dist-electron/electron/main.js:31:33654) at new ElectronStore (/tmp/.mount_lunarcHa4ym7/resources/app.asar/dist-electron/electron/main.js:31:39967) at new CacheStore (/tmp/.mount_lunarcHa4ym7/resources/app.asar/dist-electron/electron/main.js:83:161832) at Module.<anonymous> (/tmp/.mount_lunarcHa4ym7/resources/app.asar/dist-electron/electron/main.js:803:101551) at Module._compile (node:internal/modules/cjs/loader:1373:14) at Module._extensions..js (node:internal/modules/cjs/loader:1432:10) at Module.load (node:internal/modules/cjs/loader:1215:32) at Module._load (node:internal/modules/cjs/loader:1031:12) at c._load (node:electron/js2c/node_init:2:17025) at node:electron/js2c/browser_init:2:126921 at node:electron/js2c/browser_init:2:127130 at node:electron/js2c/browser_init:2:127134 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7) at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10) at loadBuiltinModule (node:internal/modules/helpers:104:7)

BrokenCloud commented on 2024-11-02 12:28 (UTC)

Xefreh commented on 2024-09-06 03:38 (UTC)

@Nixuge its fine right now. not sure what the issue was but it worked after restarting the launcher.