linuxdeployqt icon indicating copy to clipboard operation
linuxdeployqt copied to clipboard

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications

Results 133 linuxdeployqt issues
Sort by recently updated
recently updated
newest added

I got a comment on the following issue The most recent qt-dab appImage uses (a.o) the libcurl library. The appImage is built on an Ubuntu 16 system and uses a...

Hello, I've experienced issue with skip some of libraries ERROR: ldd outputLine: "libxcb-xinerama.so.0 => not found" 20:15:19 ERROR: for binary: "/opt/Qt515/5.15.2/gcc_64/plugins/platforms/libqxcb.so" Is there any way to exclude lib/libs or set...

So I have this app image that for some reason links to libgio, the build system is much older than the running system, **build** system has an older kernel, glibc...

The commit from this PR fixes the inconsistency in the main icon detection algorithm described in #496. I accidentally messed up while rebasing, but seems that everything is ok now....

I need to review your code.

I'm building QT helloworld project for embedded linux in MYS6ULx board. Via linuxqtdeploy I want to get an executable file that includes all necesities. There's an error: ./linuxdeployqt-7-x86_64.AppImage qtdemo/qtdemo-helloworld -verbose=2...

Hi! When switching from ubuntu 16.04 to 18.04 (with the last linuxdeployqt build), I noticed that libOpenGL.so.0 is not deployed and needs to be installed manually when running a deployed...

I thought the exisrting code would give preference to certain icon sizes, but it turns out it didn't.

Hello, Recently in #35 we saw that there was somewhat of a regression, which brings us to the versioning question. Why not do releases? I know this is probably because...

enhancement

`HERE="$(dirname "$(readlink -f "${0}")")" ` `export LD_LIBRARY_PATH=${HERE}/usr/lib:$LD_LIBRARY_PATH` `exec "${HERE}/usr/bin/ffmpeg.bin" "$@"` Anything missing from above, (AppDir/usr/bin) Followed this workaround for ffmpeg. https://github.com/J5lx/pencil2d/commit/5da5e8202436014d99287b7c61703ec53e47e85b#diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485R78 Even copied this .sh to AppDir/AppRun/ also. Thanks.