AppImage / AppImageKit

Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
http://appimage.org
Other
8.65k stars 552 forks source link

libatk-1.0.so.0: undefined symbol: g_log_structured_standard #1095

Open Stivius opened 3 years ago

Stivius commented 3 years ago

I've an AppImage software which uses GTK+ for UI rendering. It bundles libatk-1.0.so.0 as well as many other libraries. On my Ubuntu 20.04 it runs fine without any issues but one of the active users has recently reported this issues on the Ubuntu/IGEL OS 11 (https://github.com/xibosignage/xibo-linux/issues/230). I see you had the similar issue with libpango library and then added it to exclude list. Probably this lib should be added as well or I am missing something?

FYI: I've bundled everything with linuxdeploy tool

probonopd commented 3 years ago

If I remember correctly, libatk, libgtk, and libgdk need to be treated together. libgtk is often too old on target systems, so that we need to bundle it privately. If we then don't also bundle libatk, I think bad things might happen. But it needs to be tested.

On which build system was xibo-options built?

Stivius commented 3 years ago

It was built on Ubuntu 18.04.

probonopd commented 3 years ago

Please build on 16.04 and try again. Does the problem persist?

Stivius commented 3 years ago

@probonopd Unfortunately, we've chosen Ubuntu 18.04 as the minimum supported version.

TheAssassin commented 3 years ago

That's okay. In around 4 months, xenial will be EOL anyway. I wouldn't start projects targetting xenial any more.

probonopd commented 3 years ago

Uh. It feels like yesterday when they deprecated trusty. I wish everything was as slow-moving as CentOS, err..., https://rockylinux.org/ ;-)