mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #5850] [CLOSED] Fix Linux desktop failing to start on Ubuntu 22.04 (GLIBC mismatch) #5379
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#5379
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5850
Author: @harihran-del
Created: 2/9/2026
Status: ❌ Closed
Base:
main← Head:fix/linux-glibc-compatibility📝 Commits (2)
d5e20f7fix(desktop): build Linux binaries on Ubuntu 22.04 to ensure GLIBC compatibility3fb8386fix(desktop): remove version pinning for WebKitGTK packages for Ubuntu 22.04 compatibility📊 Changes
1 file changed (+7 additions, -7 deletions)
View changed files
📝
.github/workflows/build-hoppscotch-desktop.yml(+7 -7)📄 Description
The Linux desktop binary is currently built on ubuntu-24.04, which links
against GLIBC 2.38/2.39. Ubuntu 22.04 LTS ships with GLIBC 2.35, causing
the application to fail at startup with:
GLIBC_2.38 not found
GLIBC_2.39 not found
Linux binaries should be built on the oldest supported distribution to ensure
forward compatibility across newer distros.
This PR changes the build environment to ubuntu-22.04 so the produced binary
works on Ubuntu 22.04 and newer Linux distributions.
No runtime code changes were made — only CI build environment adjustment.
Summary by cubic
Switches the Linux desktop CI build from ubuntu-24.04 to ubuntu-22.04 so the binary links against GLIBC 2.35 and starts correctly on Ubuntu 22.04 and newer. Also removes version pinning for WebKitGTK packages to match 22.04 repos; no runtime code changes.
Written for commit
3fb83861c9. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.