Skip to content
Discussion options

You must be logged in to vote
  1. Full System Update: sudo pacman -Syu (ensures latest drivers and display components).
  2. Verify GPU Drivers: Make sure your NVIDIA/AMD/Intel drivers and mesa are properly installed and up-to-date.
  3. Launch with Flags (From Terminal):
    • Disable GPU: github-desktop --disable-gpu (frequently fixes blank windows/crashes).
    • Force Xorg (if on Wayland): QT_QPA_PLATFORM=xcb github-desktop (or ELECTRON_OZONE_PLATFORM_HINT=x11 github-desktop).
    • Disable Sandbox (Diagnosis Only): github-desktop --no-sandbox.
  4. Check Logs: Run github-desktop in terminal for errors, or journalctl -xe.
  5. Clear App Cache: rm -rf ~/.config/GitHub\ Desktop ~/.cache/GitHub\ Desktop.
  6. Consult AUR & Project Issues: Check comments on the

Replies: 1 comment

Comment options

You must be logged in to vote
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
Labels
None yet
2 participants