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

Greetings, We at IBM use Appimage internally to distribute employee software and are fans of how Appimage makes the software easy to run for the less technically inclined and those...

I'm having a problem with generating AppImage for my qtWebEngine-based app using [linuxdeployqt](https://github.com/probonopd/linuxdeployqt): I was following [Custom wrapper script instead of AppRun](https://github.com/probonopd/linuxdeployqt/wiki/Custom-wrapper-script-instead-of-AppRun) instructions, and the script was working pretty much...

Using the continuous version. Building on Ubuntu 16.04 Xenial ``` ~/Downloads/linuxdeployqt-continuous-x86_64.AppImage /home/nyue/temp/AppDir/usr/share/applications/qgr.desktop -appimage -qmake=/home/nyue/Qt5.14.2/5.14.2/gcc_64/bin/qmake ``` When trying to launch the freshly built AppImage I get this ``` $ ./Amazing_Qt_App-x86_64.AppImage terminate...

I am trying to bundle Qt5 app which using GStreamer and its plugins. Running linuxdeployqt-5-x86_64.AppImage on Docker with Ubuntu 20.04 which uses Qt 5.12.8 and GStreamer 1.16.3 It bundles successfully,...

I'm facing this error: ``` appimagetool, continuous build (commit 8bbf694), build built on 2020-12-31 11:48:33 UTC Desktop file: /tmp/qbee/AppDir/org.qbittorrent.qBittorrent.desktop /tmp/qbee/AppDir/org.qbittorrent.qBittorrent.desktop: error: file contains key "SingleMainWindow" in group "Desktop Entry", but...

wontfix

Hi. Is there any way to copy additional external libraries to the `$ORIGIN/lib` folder while running `linuxdeployqt`? Or is this option not available?

Hi, We use linuxdeployqt to automatically deploy our Qt project in Ubuntu 20.04. Here is an example of qmake config: `deploy.commands = $$PWD/../installer/linuxdeployqt-continuous-x86_64.AppImage \"PROD_NAME\"` `deploy.commands += -qmldir=$$QML_DIR` `deploy.commands += -qmake=$$QMAKE_QMAKE`...

Hi, I used this to create a qt application AppImage. There are two versions of libicudata in the lib dir. `libicudata.so.50` and `libicudata.so.56` I don't know why. Is it possible...

编译完成linuxdeployqt后,打包就生成这三个文件Application AppRun default.png

the debug message showed: ![image](https://github.com/probonopd/linuxdeployqt/assets/167966498/5085ac46-0b2f-4425-a679-9568dea9dd85) it seems it only checked the library in my project directory, however,the target installing library directory('package/lib') have no libQt5Core.so.5.