AppImageKit icon indicating copy to clipboard operation
AppImageKit copied to clipboard

Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.c...

Results 147 AppImageKit issues
Sort by recently updated
recently updated
newest added

Hello, I followed the installation steps provided to install the latest version: ``` user@server:~$ curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage user@server:~$ chmod u+x nvim.appimage user@server:~$ sudo mv ./nvim.appimage /usr/bin/nvim user@server:~$ sudo chmod 755...

Is there anyway Appimages could be sponsor-able on Github? PayPal is great and all but this method would be directly connected and accessible via the repo for monthly donations. KDE...

Currently running an appimage creates two processes: 1. The fuse daemon process: \.appimage 2. The actual payload process, which can be named anything My users get confused by this, as...

Just a note. Couldn't run an AppImage on Alma 8.8.... dlopen(): error loading libfuse.so.2 AppImages require FUSE to run. You might still be able to extract the contents of this...

Added check if verbose flag is set for `fprintf` ("File exists and file size matches, skipping".). Fixes #1233

Given that tools like podman/buildah/... can mount images within cgroups without root permissions and without FUSE, this may serve as a viable alternative to using FUSE at all. Using cgroups...

idea

The output is the same as busybox ls -lan except for the date which is ISO style.

Steps to reproduce: 1) On Ubuntu (18.04LTS in my case) change the input language to Russian phonetic 2) Type into the Firefox browser, GTK+ app, Qt app - text will...

Hey all! I am trying to build Cantata. I have not done an appimage before. The appimage will not launch though! I get execv error: "Exec format error " in...

Hello! I usually switch from X11 to Wayland and from Wayland to X11. I often use @federico-terzi's Espanso. The problem is that I had to install two versions of Espanso,...