deb2appimage icon indicating copy to clipboard operation
deb2appimage copied to clipboard

Dependency problem

Open bambuo opened this issue 5 years ago • 1 comments

Excuse me, how will I set up to force all the dependencies of a deb to the generated appimage? I have encountered a separate .deb installation package. After the build, it runs fine on the generated machine, but it lacks dependencies when placed on centos.

bambuo avatar Jul 30 '19 02:07 bambuo

I have a similar problem. There's clearly something I don't understand. The debug output from the build says the dependencies are there, and all is OK, but when I run it it says the dependencies are missing,

With python, if I specify setpythonhome="true", and setpythonpath="true" I get "ImportError: No module named site"

Pastim avatar May 02 '20 20:05 Pastim