Appimage & gtk & libcloudproviders

hi
for my application i try to create appimage and i also use save as dialog and open file dialog …but on clients mint19 terminal says i need to include libcloudproviders.so …is this expected and i should include it in my app or is this something that i should look into

There’s no “expected” with appimage. You have to test your app on each distro you intend to support, to make sure that they all have libraries compatible with what your app needs.

As far as I know, there’s actually some initiatives by appimage developers to start developing standardized platforms like Flatpak? But unless you use that, you can have no expectation of which libraries are available.

Seems like Mint 19 doesn’t have libcloudproviders.so, and your app seems to be configured to use it, so yeah you probably have to include the file if you want your app to run on Mint 19.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.