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

Automatically do (the equivalent of) `-extra-plugins=iconengines,imageformats`. It seems to solve issues like https://github.com/probonopd/linuxdeployqt/issues/284#issuecomment-458142043 I had to revert eba669d because it didn't do the job and broke things; but we should...

Should we do `cp -a "${QT_PLUGIN_PATH}/platformthemes"?

help wanted
question

`linuxdeployqt` should run automatically, and output the result of: `find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3...

**Update:** this bug was previously files with the title "Keeping excludelist up-to-date". During the course of the discussion it emerged that this was not the real issue, but rather that...

Setting `$GITHUB_TOKEN` in Travis CI settings is cumbersome. Looks like we can actually achieve the same(?) effect by using the releases provider. https://github.com/adamreichold/QMediathekView/blob/70c868ad9d2247df60a21faa9550f1425488e5f6/.travis.yml#L31-L47

It would be nice if `linuxdeplyqt` could sign the AppImages, as can be done with `appimagetool`, as discussed on https://github.com/helio-fm/helio-workstation/pull/95. I don't know how to do it, but I could...

I saw the bug #34 , but the solution is not clear. Does linuxdeployqt received the fix or do we have to copy stuff manually ? I created my image...

This should be fixed asap. Only master builds should create new releases on GitHub. I guess a simple if clause in the Travis config checking the branch name before the...

bug
help wanted

https://www.phoronix.com/forums/forum/software/desktop-linux/1052484-the-leading-linux-desktop-platform-issues-of-2018?p=1052580#post1052580: > https://media.ccc.de/v/ASG2018-173-libcapsule > > You really need to watch this video. The same problem comes up over and over again. Your qt application will be using libstdc++-v3 or libc++...

It seems like it only recognizes the TLD as base name: ``` +++./linuxdeployqt-continuous-x86_64.AppImage ./appdir/usr/share/applications/org.subsurface_divelog.Subsurface.desktop -appimage -qmldir=./subsurface/map-widget/ -verbose=2 linuxdeployqt 4 (commit f166933), build 566 built on 2018-07-19 20:20:18 UTC Desktop file...