Appimage: Difference between revisions

Ardenet (talk | contribs)
Usage: add tvar tag
Tags: Mobile edit Mobile web edit
Added a section for fixing appimage applications not being able to find Nix-managed fonts, icons and themes
 
(2 intermediate revisions by one other user not shown)
Line 18: Line 18:


<translate>
<translate>
===== Additional Packages =====
===== Appimage apps cannot access host fonts, icons and themes =====
See: [[Fixes for non-Nix applications#Flatpak, Distrobox, Appimage and other non-Nix applications can't find system fonts/icons/themes]]


===== Additional Packages ===== <!--T:17-->
<!--T:18-->
Some appimages still have issues, so you can override for additional pkgs such as
Some appimages still have issues, so you can override for additional pkgs such as
</translate>
</translate>
Line 90: Line 94:


<!--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>