Issue with Arch linux ? #166635
Answered
by
iamawanishmaurya
astralinux-ops
asked this question in
New to GitHub
-
|
I've successfully installed GitHub Desktop on my Arch Linux system, but when I try to launch it, it either crashes immediately, displays a blank window, or has significant visual glitches, especially when using Wayland. What could be the problem? |
Beta Was this translation helpful? Give feedback.
Answered by
iamawanishmaurya
Jul 18, 2025
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
astralinux-ops
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo pacman -Syu(ensures latest drivers and display components).mesaare properly installed and up-to-date.github-desktop --disable-gpu(frequently fixes blank windows/crashes).QT_QPA_PLATFORM=xcb github-desktop(orELECTRON_OZONE_PLATFORM_HINT=x11 github-desktop).github-desktop --no-sandbox.github-desktopin terminal for errors, orjournalctl -xe.rm -rf ~/.config/GitHub\ Desktop ~/.cache/GitHub\ Desktop.…