Skip to content

Instantly share code, notes, and snippets.

@kekneus373
Created January 1, 2026 12:03
Show Gist options
  • Select an option

  • Save kekneus373/2749f51aafba92751ff767262406b3be to your computer and use it in GitHub Desktop.

Select an option

Save kekneus373/2749f51aafba92751ff767262406b3be to your computer and use it in GitHub Desktop.
[QUICK FIX] Run Qt AppImages on NixOS (Could not load the Qt platform plugin "xcb")
#!/usr/bin/env bash
# activate `appimage-run` first: https://wiki.nixos.org/wiki/Appimage
appimage=<your_appimage_path> # set your executable path
QT_PLUGIN_PATH= appimage-run "$appimage" # RUN IT
# SOURCE: https://discourse.nixos.org/t/appimage-run-fails-loading-qt-platform-plugin-xcb/29293
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment