ArkHost/HelixNotes
14
150
Fork
You've already forked HelixNotes
13

AppImage not work on Ubuntu 24.04 #120

Closed
opened 2026年06月16日 10:50:55 +02:00 by hlrx · 1 comment

I can't start AppImage on Ubuntu 24.04

./HelixNotes_1.3.0_amd64.AppImage 
helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libwebkit2gtk-4.1.so.0)
helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.42' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libwebkit2gtk-4.1.so.0)
helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libjavascriptcoregtk-4.1.so.0)
helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libsystemd.so.0)
helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libgcrypt.so.20)
helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libgnutls.so.30)
helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libudev.so.1)
helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libp11-kit.so.0)

My OS

lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 24.04.3 LTS
Release:	24.04
Codename:	noble
I can't start AppImage on Ubuntu 24.04 ```sh ./HelixNotes_1.3.0_amd64.AppImage helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libwebkit2gtk-4.1.so.0) helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.42' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libwebkit2gtk-4.1.so.0) helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libjavascriptcoregtk-4.1.so.0) helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libsystemd.so.0) helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libgcrypt.so.20) helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libgnutls.so.30) helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libudev.so.1) helixnotes: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_GNU2_TLS' not found (required by /tmp/.mount_HelixNFHaeld/usr/lib/libp11-kit.so.0) ``` My OS ```sh lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04.3 LTS Release: 24.04 Codename: noble ```

Correct. The AppImage is built on a rolling-release distro (currently glibc 2.42), so it won't run on Ubuntu 24.04 (glibc 2.39). TheAppImage target list is Arch, Fedora 43+, openSUSE Tumbleweed, and similar.

For Ubuntu, the best way is to install via apt, this way it will update with the rest of the packages on your system:

curl -fsSL https://repo.arkhost.com/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/arkhost.gpg && echo "deb [signed-by=/usr/share/keyrings/arkhost.gpg arch=amd64] https://repo.arkhost.com stable main" | sudo tee /etc/apt/sources.list.d/helixnotes.list && sudo apt update && sudo apt install helix-notes

You can also download the .deb file directly, but this way you will have to update it manually on new release.

Correct. The AppImage is built on a rolling-release distro (currently glibc 2.42), so it won't run on Ubuntu 24.04 (glibc 2.39). TheAppImage target list is Arch, Fedora 43+, openSUSE Tumbleweed, and similar. For Ubuntu, the best way is to install via apt, this way it will update with the rest of the packages on your system: ``` curl -fsSL https://repo.arkhost.com/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/arkhost.gpg && echo "deb [signed-by=/usr/share/keyrings/arkhost.gpg arch=amd64] https://repo.arkhost.com stable main" | sudo tee /etc/apt/sources.list.d/helixnotes.list && sudo apt update && sudo apt install helix-notes ``` --- You can also download the .deb file directly, but this way you will have to update it manually on new release.
Sign in to join this conversation.
No Branch/Tag specified
main
fix/vault-indication
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.9
v1.1.8
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ArkHost/HelixNotes#120
Reference in a new issue
ArkHost/HelixNotes
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?