Appimage: Difference between revisions

Ardenet (talk | contribs)
Usage: add tvar tag
Tags: Mobile edit Mobile web edit
Ardenet (talk | contribs)
Configuration: add tvar tag
Tags: Mobile edit Mobile web edit
Line 90: Line 90:


<!--T:5-->
<!--T:5-->
You can tell the [[Linux kernel]] to use an interpreter (e.g. <code>appimage-run</code>) when executing certain binary files through the use of [https://en.wikipedia.org/wiki/Binfmt_misc#External_links binfmt_misc], either by filename extension or magic number matching. Below NixOS configuration registers AppImage files (ELF files with magic number "AI" + 0x02) to be run with <code>appimage-run</code> as interpreter:
You can tell the [[Linux kernel]] to use an interpreter (e.g. <code>appimage-run</code>) when executing certain binary files through the use of [<tvar name=1>https://en.wikipedia.org/wiki/Binfmt_misc#External_links</tvar> binfmt_misc], either by filename extension or magic number matching. Below NixOS configuration registers AppImage files (ELF files with magic number "AI" + 0x02) to be run with <code>appimage-run</code> as interpreter:
</translate>
</translate>