flatpak-docs
flatpak-docs copied to clipboard
Flatpak documentation
https://docs.flatpak.org/en/latest/flatpak-command-reference.html It doesn't seem clear if socket=wayland needs/should be provided if socket=fallback-x11 is already provided. Personally I would interpret “The fallback-x11 option makes the X11 socket available only if there...
Closes https://github.com/flatpak/flatpak-docs/issues/381 I plan to base this off of @TingPing's article over at https://blog.tingping.se/2018/08/26/flatpak-host-extensions.html, and make some use of the mesa-git flatpak extension: https://gitlab.com/freedesktop-sdk/mesa-git-extension This is a pretty barebones MR...
The current method of how Flatpak handles graphics libraries is incompatible with projects such as @asahiLinux, as those projects might need special or otherwise incompatible (uAPI breakage) versions of Mesa...
This is for https://github.com/flatpak/flatpak-docs/issues/376
While automating my configuration with saltstack (but it could be ansible or anything else), I have asked myself the following questions: - Where do flatpak apps store their configuration? -...
The idea is to generate translated documentation and to check translation links whenever translation files is changed. This is in a draft state, and is set to build every language,...
See https://www.sphinx-doc.org/en/master/usage/extensions/autosectionlabel.html This is useful when referring to arbitrary sections in a different document. `autosectionlabel_prefix_document` is used to add a file prefix to each label and resolve duplicate label warnings...
See https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#rstclass Hides duplicated headers for docs imported from Flatpak Closes https://github.com/flatpak/flatpak-docs/issues/436
This is a follow-up of https://github.com/flatpak/flatpak-docs/pull/471 I would like to make clear how to store data in the best way and when no additional permissions are needed. Question: Are these...