mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5333] [bug]: appimage run crashed on linux #2039
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2039
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ziyouchutuwenwu on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5333
Is there an existing issue for this?
Platform
Desktop App
Browser
Chrome
Operating System
Linux
Bug Description
i use manjaro, so i download it from https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_linux_x64.AppImage
when i run it in terminal, it crashed.
my os info
i can't see any version of this app,
Deployment Type
Self-hosted (on-prem deployment)
Version
2025.7.1
@CuriousCorrelation commented on GitHub (Aug 18, 2025):
Hi @ziyouchutuwenwu, thanks for the report.
I have a hunch that this might be related to Tauri not being able to find accessibility bus address.
github.com/hoppscotch/hoppscotch@c04faaaf27/packages/hoppscotch-desktop/README.md (L118-L127)Could you try this workaround and see if it solves the issue? While it's Wayland specific fix, it tends to work for X11 as well.
@ziyouchutuwenwu commented on GitHub (Aug 18, 2025):
thank you very much, this option works fine
@CuriousCorrelation commented on GitHub (Aug 18, 2025):
Glad I could help!