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

Hello. I am trying to package my application at https://github.com/fosspost/fp-collapse-monitor as an AppImage. I am using pkg2appimage over a local DEB file. This is my simple yml file: ``` app:...

This recipe generates an AppImage for the the FOSS game Cube 2 Sauerbraten. This is the initial recipe and may not work on all systems.

https://github.com/AppImageCommunity/pkg2appimage/blob/c302f81c56d5e37d752a78fc4e1854d36cb09345/excludelist#L119 This breaks several appimages by assuming a Thai language library will be present on any host system. Known to be missing on several installs of Arch, Debian, Gentoo, Nix,...

Hello, the VScode recipe has changed, #551 Best regards.

Is it possible to fix this error when running the packaged AppImage? ``` /tmp/.mount_Vivald15eCRU/usr/bin//vivaldi: symbol lookup error: /lib/x86_64-linux-gnu/libpango-1.0.so.0: undefined symbol: g_memdup2 ``` Manifest: https://github.com/AppImageCommunity/pkg2appimage/issues/448#issuecomment-1874018957

The current recipes try to get latest version from dead link and failed, fixing it by fetching from MongoDB Compass [github release](https://github.com/mongodb-js/compass/releases) instead.

I modified one of the recipes to make one that makes an Appimage for Thunderbird. I'm not sure if it's the most efficient or not, but figured I would send...

Hi! Today I tried to generate Google Chrome's appimage. Pkg2appimage created the file Google_Chrome-110.0.5481.100.glibc2.17-x86_64.Appimage. Unfortunately it doesn't run on my Debian stable system, it gets stuck in an blank first...

To create QlandkarteGT. Website: http://www.qlandkarte.org/

I'm using pkg2appimage in its extracted form in a Docker container to build an AppImage. I've run into the issue where pkg2appimage fails at the AppImage generation step. I get...