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

According to https://github.com/AppImage/AppImageUpdate this tool embeds the update information if you are using travis ci. Is it possible to define an update URI/config without using travis?

**Fix: Unable to read messages from localized versions of utilities.** If the utilities output localized messages, these messages are unreadable. For example, instead ``` ERROR: getBinaryRPaths: "objdump: 'not_exists_file': Нет такого...

Hi, is there any workaround to this problem? ``` ERROR: findDependencyInfo: "ldd: /usr/local/Qt-5.12.9/plugins/platforms/libqxcb.so: No such file or directory\n" ERROR: getBinaryRPaths: "objdump: '/usr/local/Qt-5.12.9/plugins/platforms/libqxcb.so': No such file\n" ERROR: file copy failed from...

A long time problem we've been looking for a solution for is how to bundle libraries opened by `dlopen()` calls. A naive attempt would be to just run the app...

I've used linuxdeployqt to deploy my Qt app. It successfully creates the AppImage, however, after running the AppImage the icon of my app is not shown in the Linux menu...

Please provide linuxdeployqt for other archs such as arm, arm64, i386, ppc64el etc as well. Thanks !! Reference: https://github.com/sqlitebrowser/sqlitebrowser/issues/1092

Hi, I had many problems with my application, PlotJuggler. I build a main executable and few dynamic libraries to be opened at run-time (dlopen). Unfortunately the dependencies of the latter...

Hello, when i launch .AppImage for deploy my app, i have bus error. Can you help me please, thank you.

I've spent the last 30 minutes trying to find where the AppImage goes to on Travis (and still can't locate it). Could you add its path to the list of...

enhancement

I have a qt application which is required to support multiple linux platforms. One of them has openssl1.1.1 installed by default, the others are openssl1.0.2. I currently use Qt5.12.1 to...