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 found *`linuxdeployqt`* being used in a number of *`.travis.yml`* recipes creating AppImages, in various projects around GitHub which release AppImage binaries. However, SOME projects use *`linuxdeployqt`* and let it...

I would like to integrate this into `linuxdeployqt` so that `linuxdeployqt` users must do nothing special to get the update functionality for their Qt apps automatically. https://github.com/TheFutureShell/updatedeployqt/issues/9 cc @antony-jr

AppImages made with linuxdeployqt don't seem to support [Kvantum](https://github.com/tsujan/Kvantum/blob/master/Kvantum/INSTALL.md#with-cmake) style out of the box: ``` QApplication: invalid style override passed, ignoring it. Available styles: Windows, Fusion ``` What's needed to...

Hi, I tried to use linuxdeployqt for creating static qt applications without any dependencies. But when the final app (app_name-x86_64.AppImage) is executed, it always runs with the process name "AppRun"....

question

Please see this file: https://download.opensuse.org/repositories/home:/trmdi:/test/AppImage/ (yml file: https://build.opensuse.org/package/view_file/home:trmdi:test/latte-dock/appimage.yml?expand=1) I have 2 questions: 1, it seems that linuxdeployqt uses usr/lib and usr/plugins, while openSUSE uses usr/lib64 and usr/lib64/qt5/{plugins,qml}. How to tell...

linuxdeployqt takes ~2min before it does much, is this expected? Observe the timestamps below: > 2021-01-18T13:42:31.2422590Z Generating AppImage 2021-01-18T13:42:31.2510059Z linuxdeployqt 6 (commit d41e234), build 723 built on 2020-07-30 06:25:46 UTC...

Our AppImage over at RPCS3 has stopped working with Mageia. After some snooping around Mageia's Qt package I found out that mageia sets `QT_PLUGIN_PATH` to `/usr/lib64/qt5/plugins:/usr/lib64/qt5/plugins/kcms:`. This caused Qt to...

Hello. [EN] This tool is very successful! But there are some problems with the latest version (linuxdeployqt-7). I have to continue to use linuxdeployqt-6. **qiuye@ThinkPad-E480:~/deploy$ ./linuxdeployqt-continuous-x86_64.AppImage ./test linuxdeployqt 6 (commit...

System files pulled in with `-bundle-non-qt-libs` cause issues when trying to use /usr/bin/strip later in the build process, even with `-no-strip` used on linuxdeployqt: $ strip libasyncns.so.0 strip: stjZYnII: Not...

bug

Hi, I need a help to deploy my project using Linux Mint 20.1 and Qt 5.12.4 I have another computer using Mint 19.1 and it´s working fine. At the second...