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

This PR illustrates how to properly bundle appimagetool by bundling its entire AppDir and using `AppRun` as the entrypoint. After playing CI ping-pong for 10 times (because this repository's CI...

Not a qt developer, just a user that did some debugging after Nextcloud Client stopped working with any Secret Agent but kwallet: https://github.com/nextcloud/desktop/issues/4715 As stated in that bug it seems...

With this PR most of the Qt 6 libraries and plugins should be deployed. QWebengine is not yet supported because it requires some specific actions. The tests have been made...

Looks like `appimagetool` nowadays has dependencies that also need to be deployed. @TheAssassin says we should do something like * https://github.com/AppImage/AppImageKit/blame/master/ci/build-appdir.sh#L61-L71 * https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/blob/master/ci/build-appimage.sh#L50-L58 Needed for: * https://github.com/probonopd/linuxdeployqt/pull/541

The following library and plugins are required to support the wayland platform. ``` libQt5WaylandClient.so libQt5WaylandCompositor.so platforms/libqwayland-* wayland-* ``` close #189

Hi, I am cross-compiling a Qt program for arm32 on an amd64 machine (with docker) and I want it to be deployed with linuxdeployqt. I use [ubuntu base image](https://hub.docker.com/_/ubuntu) and...

hello, I meet segmentation fault when I move my qt app to another computer I write a minimal program, and still meet the segmentation fault when run “QApplication a(argc, argv);”...

After `cmake --install` files tree: ```sh $ tree /tmp/qbee /tmp/qbee/ `-- AppDir `-- usr |-- bin | `-- qbittorrent `-- share |-- applications | `-- org.qbittorrent.qBittorrent.desktop |-- icons | `--...

@knarfS reports: > When I'm using the newest `linuxdeployqt` continuous build and follow the LibrePCB example, the first `linuxdeployqt` command will exit with the following error: ``` frank@ubuntu64:~$ ./linuxdeployqt-continuous-x86_64.AppImage ./SmuView.AppDir/usr/bin/smuview...

bug
help wanted

There's Qt version specified in libraries names, so the following logic just doesn't work: https://github.com/probonopd/linuxdeployqt/blob/master/tools/linuxdeployqt/shared.cpp#L1227 It would be also helpful to deploy tls plugins automatically with libQt6Network.