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

Hi, I try to use Breakpad to catch crashes in application bundled with linuxdeployqt. The idea is to build release binary with debugging symbols, save symbols, strip them from executable...

I created AppImage with my simple programmer editor. Problem is with it that it does not work outside my development enviroment. I created it on distro Ubuntu 18.04 LTS compatible...

When I run the program *.AppImage, I get an error: `Error reading file .osgearth_bing: file not handled` `Error reading file .osgearth_engine_rex: file not handled` Best regards!

(Based on the tread on qt-devel) Remove ldd to allow for bundling cross-compiled applications. ldd not only provides the name of the libraries to be loaded, but also the paths...

enhancement
help wanted

Builds that use `patchelf` from their git master segfault. Difference seems to be in libQt5Core. See https://github.com/probonopd/linuxdeployqt/releases/tag/de6d873. __Why?__ Is the latest `patchelf` crippling it? cc @TheAssassin

bug

Using the latest non-CI build (CI build is behaving weird on my Ubuntu 16.04). I'm getting this error after running `~/Downloads/linuxdeployqt-6-x86_64.AppImage installation/share/applications/myapp.desktop` Even tried `-appimage -unsupported-allow-new-glibc`, no change. Why didn't...

Plugins loaded at runtime by GStreamer aren't included by the tool right now (as visible by strace on [this app](http://www.mudlet.org/download/Mudlet-3.0.0-kappa-linux-x64.appimage.tar), for example). I suspect this manifests as https://github.com/mavlink/qgroundcontrol/issues/4803 as well....

enhancement
help wanted
PR welcome

Allow `-executable` to receive wildcards and/or (recursive?) directories so that things like ``` ./linuxdeployqt-continuous-x86_64.AppImage --appimage-extract-and-run appdir/usr/share/applications/org.inkscape.Inkscape.desktop \ -appimage -unsupported-bundle-everything -executable=appdir/usr/bin/inkview \ -executable=appdir/usr/lib/inkscape/libinkscape_base.so \ -executable=$(readlink -f appdir/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders/libpixbufloader-xpm.so) \ -executable=$(readlink -f appdir/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders/libpixbufloader-xbm.so)...

enhancement
help wanted
PR welcome

It seems linuxdeployqt has trouble locating dependencies of dependencies when not using absolute paths but RUNPATH. I have dependencies in `/usr/local/dep/lib`. My current build before running `linuxdeployqt` has set up...

I've started to experiencing a really weird bug. Built appimages works without problem on deploy machine. ldd on extracted AppImage shows correctly linked libraries. But when they are transferred to...