AppImage on ClearLinux

This subforum is specifically to discuss packaging issues on different platforms (windows, mac, linux), and using different packaging systems (conda, etc...)
Post Reply
HiFiJ
Posts: 24
Joined: Sat Mar 09, 2019 8:58 am

AppImage on ClearLinux

Post by HiFiJ »

Hi everybody,

a couple of days ago I switched one of my systems to ClearLinux, but no way I could do without FreeCAD. As I have excellent experiences on OpenSuse Tumbleweed with the development appimages, I was taken aback to get this error on ClearLinux:
./FreeCad_.19-18714-Linux-Conda_Py3Qt5_glibc2.12-x86_64.AppImage
/usr/bin/FreeCAD : symbol lookup error: /usr/lib64/libGl.so.1: undefinded symbol: xcb_dri3_id
Anyone knows what might be going on here?
Thanks for any clues,

Joost
User avatar
kkremitzki
Veteran
Posts: 2517
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: AppImage on ClearLinux

Post by kkremitzki »

This reminds me of how we had to set an environment variable on Ubuntu 18.04:

Code: Select all

LIBGL_DRI3_DISABLE=true"
Perhaps try that?
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
HiFiJ
Posts: 24
Joined: Sat Mar 09, 2019 8:58 am

Re: AppImage on ClearLinux

Post by HiFiJ »

Hi & thanks,

just tried with
export LIBGL_DRI3_DISABLE=true
and
...="true"
,

sadly without any success...
HiFiJ
Posts: 24
Joined: Sat Mar 09, 2019 8:58 am

Re: AppImage on ClearLinux

Post by HiFiJ »

I think maybe https://github.com/maxrd2/subtitlecomposer/issues/117 is a similar situation, though deleting libxcb-dri3* and libxcb-dri2* from the appimage-mount does not get it working as well.
balta1980
Posts: 1
Joined: Thu Mar 26, 2020 6:16 pm

Re: AppImage on ClearLinux

Post by balta1980 »

Hi, excuse me can you tell me if you solve this? I have the same problem with Freecad appimage on Clear Linux like you. Thank you very much.
devincharles
Posts: 1
Joined: Thu Apr 09, 2020 3:21 am

Re: AppImage on ClearLinux

Post by devincharles »

I was stuck on this issue as well, just found the solution posted here:
https://community.clearlinux.org/t/most ... les/3534/7
Post Reply