What's wrong
I have been unable to start the application (linux release or appimage) as normal user. It only starts if I use sudo to run it.
How to reproduce
- Download and run
GitHub-Store-x86_64.AppImage on Bazzite DX (should also happen on Bazzite). The application fails with segmentation fault error.
Your setup
Tried both github-store-1.8.1-1-x86_64.pkg.tar.zst (linux release) and GitHub-Store-x86_64.AppImage (appimage). I get segmentation error with both-
❯ ./github_store.appimage
[1] 45321 segmentation fault (core dumped) ./github_store.appimage
Surprisingly, it works with superuser-
❯ sudo ./github_store.appimage
[sudo] password for nitin:
=== GitHub Store session 2026-05-08T12:00:22.340470193Z ===
OS=Linux 6.17.7-ba29.fc43.x86_64 (amd64)
Java=21.0.10 (Eclipse Adoptium)
LogDir=/root/.local/state/GitHub-Store/logs
Info: Sync completed: 0 deleted, 0 stale pending removed, 0 pending resolved, 0 migrated, 0 version-checked, 0 stale parked files cleared
Info: Sync completed: 0 deleted, 0 stale pending removed, 0 pending resolved, 0 migrated, 0 version-checked, 0 stale parked files cleared
Debug: Loading repos: category=TRENDING, topics=[], page=1, isInitial=true
Info: Sync completed: 0 deleted, 0 stale pending removed, 0 pending resolved, 0 migrated, 0 version-checked, 0 stale parked files cleared
Warn: (WhatsNewLoader) Failed to load what's-new entry at files/whatsnew/en-IN/16.json: Missing resource with path: composeResources/zed.rainxch.githubstore.core.presentation.res/files/whatsnew/en-IN/16.json
Warn: (WhatsNewLoader) Failed to load what's-new entry at files/whatsnew/en/16.json: Missing resource with path: composeResources/zed.rainxch.githubstore.core.presentation.res/files/whatsnew/en/16.json
Warn: (WhatsNewLoader) Failed to load what's-new entry at files/whatsnew/en-IN/15.json: Missing resource with path: composeResources/zed.rainxch.githubstore.core.presentation.res/files/whatsnew/en-IN/15.json
Warn: (WhatsNewLoader) Failed to load what's-new entry at files/whatsnew/en/15.json: Missing resource with path: composeResources/zed.rainxch.githubstore.core.presentation.res/files/whatsnew/en/15.json
Debug: Attempting to load cached trending repositories...
Debug: Backend returned 139 merged repos for trending/all
Debug: Using mirror cached data: 139 repos
Debug: Received 139 repos, hasMore=false, nextPage=2
Debug: Flow completed
(app opens)
Operating system is Bazzite DX (nvidia):
❯ uname -a
Linux bazzite 6.17.7-ba29.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 25 07:35:02 UTC 2026 x86_64 GNU/Linux
❯ rpm-ostree status
State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia:stable
Digest: sha256:a76a5bcf34907b62c30598c6d6799f1948bd2226ffcd689ce085ceeb2bdc162c
Version: 43.20260420 (2026-04-30T04:08:25Z)
I am running it on a laptop with Radeon 780M + RTX 4060 Laptop GPU. Application starts with AMD GPU.
Anything else
Screenshot-

What's wrong
I have been unable to start the application (linux release or appimage) as normal user. It only starts if I use
sudoto run it.How to reproduce
GitHub-Store-x86_64.AppImageon Bazzite DX (should also happen on Bazzite). The application fails with segmentation fault error.Your setup
Tried both
github-store-1.8.1-1-x86_64.pkg.tar.zst(linux release) andGitHub-Store-x86_64.AppImage(appimage). I get segmentation error with both-Surprisingly, it works with superuser-
(app opens)
Operating system is Bazzite DX (nvidia):
I am running it on a laptop with
Radeon 780M+RTX 4060 Laptop GPU. Application starts with AMD GPU.Anything else
Screenshot-