Git Product home page Git Product logo

Comments (11)

victoryforce avatar victoryforce commented on June 27, 2024

Please read https://discourse.appimage.org/t/how-do-distros-add-support-for-running-appimages/1648/9

from darktable.

AxelG-DE avatar AxelG-DE commented on June 27, 2024

I do run gentoo, but I have actually no idea what appimage even is, but seeing your error, I just asked google...
https://www.google.com/search?client=firefox-b-d&q=+libthai.so.0

from darktable.

victoryforce avatar victoryforce commented on June 27, 2024

@vitaly-zdanevich I see from your profile that you are a Gentoo contributor. Could you add the libthai package to the official Gentoo repo? This could make Gentoo compatible with AppImage.

from darktable.

vitaly-zdanevich avatar vitaly-zdanevich commented on June 27, 2024

I can, but the point of AppImage is to have dependencies inside?

from darktable.

vitaly-zdanevich avatar vitaly-zdanevich commented on June 27, 2024

Could you add the libthai package to the official Gentoo repo?

This? https://github.com/tlwg/libthai

from darktable.

vitaly-zdanevich avatar vitaly-zdanevich commented on June 27, 2024

But how Darktable from the Gentoo repo works without this library?

from darktable.

victoryforce avatar victoryforce commented on June 27, 2024

I can, but the point of AppImage is to have dependencies inside?

No, if you mean ALL dependencies. Otherwise, each image would have to contain absolutely all base libraries up to and including glibc. In fact, appimage relies on a certain set of core libraries and packages everything else privately.

Due to the nature of Gentoo, appimage cannot be guaranteed to work on every user system. The user, for example, can make a kernel without FUSE support, and then no program in the appimage format will work.

This? https://github.com/tlwg/libthai

Yes.

But how Darktable from the Gentoo repo works without this library?

Because this library is not a direct dependency of darktable, i.e. it is not required for darktable to work.

darktable AppImage is built in Ubuntu environment. Ubuntu has libthai and this library gets into transitive dependencies. However, libthai is included in the excludelist of the standard library deployment toolkit in appimage. That is, appimage relies on libthai to be provided by the host system.

from darktable.

vitaly-zdanevich avatar vitaly-zdanevich commented on June 27, 2024

libthai is included in the excludelist of the standard library deployment toolkit in appimage

Hm, so it means that it is impossible to include that lib to the AppImage?

from darktable.

victoryforce avatar victoryforce commented on June 27, 2024

Hm, so it means that it is impossible to include that lib to the AppImage?

You can manually put anything you want into the appimage. But the standard toolkit contains a blocklist:
https://raw.githubusercontent.com/probonopd/AppImages/master/excludelist

See also AppImageCommunity/pkg2appimage#538 (comment)

from darktable.

vitaly-zdanevich avatar vitaly-zdanevich commented on June 27, 2024

@vitaly-zdanevich I see from your profile that you are a Gentoo contributor. Could you add the libthai package to the official Gentoo repo? This could make Gentoo compatible with AppImage.

I found that it already exists in Guru overlay https://data.gpo.zugaina.org/guru/dev-libs/libthai/

I created issue to add to the main tree https://bugs.gentoo.org/933097

from darktable.

ralfbrown avatar ralfbrown commented on June 27, 2024

Closing as this is something which needs to be addressed in Gentoo.

from darktable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.