vim-appimage
vim-appimage copied to clipboard
AppImage for gVim
I ran ```shell $ GVim-v9.1.0228.glibc2.29-x86_64.AppImage & $ ls -d /tmp/.mount* # get auto-mounted AppDir # /tmp/.mount_GVim-vRwbSEr $ ldd /tmp/.mount_GVim-vRwbSEr/usr/bin/vim | grep -E 'lzma|systemd|perl|ruby|python|lua' liblua5.3.so.0 => /tmp/.mount_GVim-vRwbSEr/usr/bin/../lib/liblua5.3.so.0 (0x00007efc1b9f4000) libperl.so.5.30 => /tmp/.mount_GVim-vRwbSEr/usr/bin/../lib/libperl.so.5.30...
The GVim appimage always tries to run as `gvim` (even if called through a symlink named `vim`, and even if no X11 `$DISPLAY` is set). This is because `AppRun.wrapped` tries...
You have provided two app images, one with glib 2.14 and another with glib 2.29. Both of them fail to run on my Red Hat 7 system with glib 2.17....
### Issue Description Currently, the Vim AppImage distributed by the [vim/vim-appimage](https://github.com/vim/vim-appimage) repository does not include some popular dynamic libraries, such as libperlX, libpython2.7, libpython3X, liblua5X, and librubyX. While the current...