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 146 linuxdeployqt issues
Sort by recently updated
recently updated
newest added

I have an `AppDir` stucture as per the README: ``` appdir/ └── usr ├── bin │   └── my_app └── share ├── applications │   └── my_app.desktop └── icons └── hicolor └──...

i'm currently poriting the appimage creation for scribus from qt5 to qt6 and the process was / is not trivial. one of the issue was that linuxdeployqt calls qmake but...

Here is the end of the output from a failing run of linuxdeployqt: ``` Log: copied: "/usr/lib/libzstd.so.1" Log: to "/home/jared/src/forks/gpt4all/gpt4all-chat/build/_CPack_Packages/Linux/IFW/gpt4all-installer-linux/packages/gpt4all/data/lib///libzstd.so.1" Log: dpkg not found, hence not deploying copyright files ERROR:...

In ubuntu 18.04, I have an application that runs perfectly when executed by QTCreator. But when I need to deploy it to generate the installer, the app crashes without leaving...

LeoCAD uses `linuxdeployqt` for AppImage builds, but resulted AppImages can't work with SSL: - YAML: https://github.com/leozide/leocad/blob/5772688318f8b7df41c2b8ae5b5659f8c4b2c1e5/appveyor.yml#L88 - Builds: https://github.com/leozide/leocad/releases/tag/continuous Error output when trying to connect: ``` $ ./LeoCAD-Linux-8eec5756-x86_64.AppImage qt.network.ssl: QSslSocket:...

AppImages fail to start because `libworkerscriptplugin.so` have no RPATH set, and thus tries to load its backing library `libQt6QmlWorkerScript.so.6` on the host system instead of the AppImage. ``` Cannot load...

Please see the log below of the build results with Qt 5.8 on PPC. ``` opuser@instance-00000a89:~/linuxdeployqt$ qtchooser -run-tool=qmake -qt=qt5 -powerpc64le-linux-gnu CONFIG+=release linuxdeployqt.pro opuser@instance-00000a89:~/linuxdeployqt$ make cd linuxdeployqt/ && ( test -e...

See https://github.com/AppImageCommunity/pkg2appimage/commit/15a64c20dc23a0154622ba25829364323903b6b5 The current list does not contain it yet: https://github.com/probonopd/linuxdeployqt/blob/04480557d24c9d0d45f1f27f9ac1b8f1387d1d26/tools/linuxdeployqt/excludelist.h Currently using workaround `-exclude-libs=libwayland-client.so.0`, but the problem was hard to identify, so it would be best to exclude it...

Using the -runtime option to specify the runtime file path is more friendly to developers in offline development environments and poor network environments.