Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbol lookup error when running the AppImage version on my Antix (Debian 11) Linux #4996

Open
etherealxx opened this issue Sep 30, 2024 · 2 comments
Labels
bug Something isn't working distribution Something related to the packaged binaries, app-images and installers os:linux The Linux platform

Comments

@etherealxx
Copy link

Version

0.12.26

Operating System

Linux

Distribution Method

AppImage (Linux)

Describe the issue

got this error when trying to run the AppImage version:

$ '/home/ethereal/Downloads/Compressed/git-butler_0.12.26_amd64.AppImage'
git-butler: symbol lookup error: /tmp/.mount_git-bub2HuLi/usr/lib/libwebkit2gtk-4.0.so.37: undefined symbol: gbm_bo_create_with_modifiers2

context : the deb file fails to install on my device, but i'm too lazy to fulfill all the different dependencies so tried the AppImage version.
another context is that my libwebkit2gtk version is : libwebkit2gtk-4.0-37_2.44.3-1~deb11u1.0nosystemd1_amd64.deb

My fastfetch:

$ fastfetch
       _,met$$$$$gg.           ethereal@ethx
    ,g$$$$$$$$$$$$$$$P.        -------------
  ,g$$P"         """Y$$.".     OS: Debian GNU/Linux bullseye 11.11 x86_64
 ,$$P'               `$$$.     Host: HP Laptop 14s-dk0xxx
',$$P       ,ggs.     `$$b:    Kernel: Linux 5.10.142-antix.2-amd64-smp
`d$$'     ,$P"'   .    $$$     Uptime: 52 mins
 $$P      d$'     ,    $$$P    Packages: 2681 (dpkg)
 $$:      $.   -    ,d$$'      Shell: bash 5.1.4
 $$;      Y$b._   _,d$P'       Display (AUO733C): 1366x768 @ 60 Hz in 14″
 Y$$.    `.`"Y$$$$P"'          DE: icewm
 `$$b      "-.__               WM: IceWM 3.6.0 (Linux/x86_64) (X11)
  `Y$$                         Theme: gtk2 [Qt], Arc-EvoPro2 [GTK2/3]
   `Y$$.                       Icons: Adwaita [Qt], papirus-antix [GTK2/3]
     `$$b.                     Font: qt5ct [Qt], Ubuntu (10.5pt) [GTK2/3]
       `Y$$b.                  Cursor: DMZ-Black
          `"Y$b._              Terminal: roxterm
             `"""              CPU: AMD A4-9125 RADEON R3, 4 COMPUTE CORES 2C+2z
                               GPU: AMD Radeon R2/R3/R4/R5 Graphics [Integrated]
                               Memory: 2.28 GiB / 3.73 GiB (61%)
                               Swap: 65.64 MiB / 6.35 GiB (1%)
                               Disk (�]8;;file:////�]8;;): 36.34 GiB / 38.63 Gi4
                               Local IP (wlan0): 10.252.133.41/22
                               Battery (Primary): 37% [Discharging]
                               Locale: en_US.UTF-8
$ cat /etc/antix-version
antiX-22_x64-full Grup Yorum 18 October 2022
$ inxi -S
System:
  Host: ethx Kernel: 5.10.142-antix.2-amd64-smp arch: x86_64 bits: 64
  Desktop: IceWM v: 3.6.0 Distro: antiX-22_x64-full Grup Yorum 18 October
    2022
$ cat /sbin/init | 
  awk 'match($0, /(upstart|systemd|sysvinit)/) { print toupper(substr($0, RSTART, RLENGTH));exit; }' 2> /dev/null
SYSVINIT

How to reproduce

  • Download and Run the AppImage on a device with the same Antix Linux version as mine, latest update

Expected behavior

The app runs fine.

Relevant log output

No response

@etherealxx etherealxx added the bug Something isn't working label Sep 30, 2024
@Byron Byron added distribution Something related to the packaged binaries, app-images and installers os:linux The Linux platform labels Sep 30, 2024
@Byron
Copy link
Collaborator

Byron commented Sep 30, 2024

Thanks a lot for reporting!

These kinds of issues around the AppImage are well-known and seem quite common, and thus far, there is no solution yet, unfortunately.

CC @ndom91, who knows all about it, and maybe even knows that this is a duplicate.

@etherealxx
Copy link
Author

Yeah i'm well aware of the other AppImage related issue, and after checking, this one has different error message. So i was thinking maybe it's worth opening a new issue. And in my case too, i can't install both version on my Antix laptop, so i currently can't access GitButler besides on my Windows 11 device. Though the deb file one probably related to the tauri v1/v2 thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working distribution Something related to the packaged binaries, app-images and installers os:linux The Linux platform
Projects
None yet
Development

No branches or pull requests

2 participants