pkg2appimage icon indicating copy to clipboard operation
pkg2appimage copied to clipboard

Tool and recipes to convert existing deb packages to AppImage

Results 116 pkg2appimage issues
Sort by recently updated
recently updated
newest added

was trying to build an AppImage on the Ubuntu 20.04 livecd and gave an error for lack of dependencies ``` ubuntu@ubuntu:~$ mkdir buildGoogleChrome;cd buildGoogleChrome;wget https://raw.githubusercontent.com/AppImage/AppImages/master/pkg2appimage; mv pkg2appimage pkg2appimage.sh;chmod +x pkg2appimage.sh;wget...

Although not generally recommended, there might be some edge cases in which it might be desirable to bundle _all_ dependencies, not just the ones that cannot be expected to be...

We should try to make Qt applications look native. https://bugreports.qt.io/browse/QTBUG-53844 https://forum.manjaro.org/t/solved-qt-apps-theming-broken-after-last-nights-update/6471

enhancement

I do not know if this is the best place for this, but you could add support for local repositories. It would be something like "source" section: ``` ... ingredients:...

After commits of 24/8/2020, recipe `intef-exe` fails, because some dependencies are not installed. Before those commits, I got the package `python-minimal` installed in the AppImage. After those commits, this package...

bug

#- rm usr/bin/browser/blocklist.xml # Contains app.update. settings; maybe this helps to disable the nag screens this line is causing error in the script

https://collaboraoffice.com/Collabora-Office-6.0-Trial/deb/x86_64/Collabora_Office_6.0-6_Linux_x86-64_deb.tar.gz

Contributing a working recipe for [OpenBoard](http://openboard.ch) ([repository on Github](https://github.com/OpenBoard-org/OpenBoard) ), x86_64 using Ubuntu xenial and xenial-updates. See also [issue 328](https://github.com/OpenBoard-org/OpenBoard/issues/328) on OpenBoard.

I was trying to build an appimage of wasabi wallet today. I think I found a bug. For now wasabi wallet's deb file still store binaries inside usr/local/bin so I...

[ONLYOFFICE DesktopEditor AppImage](https://github.com/ONLYOFFICE/appimage-desktopeditors) fails on Solus OS because there are omitted dependency: - libkeyutils.so.1 - libGLU.so.1 These libraries don't include into AppImage because `libkeyutils.so.1` is in `excludelist` and `libglu1-mesa` (`libGLU.so.1`...