imbev
imbev
Request for supporting Vim
Has anyone found a corresponding plugin for vim?
I've created a Flatpak package - https://github.com/imbev/supermariowar-flatpak It requires changes such as a .desktop file (needed for app menus), but can be downloaded and run.

Another issue with the flatpak is that it depends on a manually downloaded SMW. If there is a canonical Linux download url or if it is built from source, this...
Same problem on fedora, solved by installing `libxcrypt-compat`.
Perhaps using a musl build or an extracted appimage would solve the problem.
Note that this issue is caused by the Python binary, not the Rye binary. I recommend switching the toolchain sources to extracted appimages
> @quiver I presume this happens from the underlying Python for you? At the very least this needs better documentation. The PyOxidizer builds have that in the quirks section: https://gregoryszorc.com/docs/python-build-standalone/main/quirks.html#missing-libcrypt-so-1...
There is an appimage distribution. It can be extracted to avoid the libfuse dependency, with Apprun replacing the python binary. I agree that it usually is the host's responsibility, but...