docs.appimage.org
docs.appimage.org copied to clipboard
Source code of AppImage project's documentation
Reminder to self: Add information about how to use the tempate based on SLE 12-SP4 for a lower glibc version: https://build.opensuse.org/package/show/home:rfparedes:branches:OBS:AppImage:Templates:SLE:12-SP4/AppImageTemplate to https://github.com/AppImage/docs.appimage.org/blob/master/source/packaging-guide/hosted-services/opensuse-build-service.rst Reference: https://github.com/fish-shell/fish-shell/issues/6475#issuecomment-598113384
@probonopd silently removed the notice on https://github.com/AppImage/AppImageKit/wiki/FUSE and restored some old, **redundant** contents. Not entirely sure why. But I guess it's because some information might be missing somewhere? Anyway, we...
Document `--appimage-portable-home` on https://github.com/AppImage/docs.appimage.org/blob/master/source/user-guide/portable-mode.rst. Show an example using `--appimage-portable-home`. Make clear that `--appimage-portable-home` and `--appimage-portable-config` are mutually exclusive (one should only use one of them, not both). Maybe only document...
https://twitter.com/freakboy3742/status/1161149221812072449 > I have been told that AppImage is the new hotness for Linux Apps. > I have been able to download and run AppImages. > What I can’t find?...
We need a better section on resource lookups. The section in question is *very* specific. However it is generally a good idea to look up resources relative to the main...
We should replace external links with internal ones to descriptions we maintain in the docs, if there are such information. There's a lot of examples with links to projects we...
https://twitter.com/freakboy3742/status/1160385448012763136 > My litmus test is can I _copy-paste steps_ and have a working build in less than 10 lines of script/code. New user/on boarding experience is so critical.
When following the FUSE troubleshooting steps, the docs say to do ``` > sudo modprobe -v fuse ``` but the author assumes this works, and does not explain how to...
This is following on from https://github.com/AppImage/AppImageKit/issues/916 What is the current self update procedure and can this be enabled when the Appimage is first built. Thanks
When trying to run AppImages without fuse on Ubuntu this error appears ``` AppImages require FUSE to run. You might still be able to extract the contents of this AppImage...