From 2f304f0d7133b77048b210fbcd80a6ed85d46dd2 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:24:30 +0100 Subject: [PATCH] docs(default-flatpaks): Add current known issues (#171) I wanted to do this before, but forgot --- modules/default-flatpaks/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/default-flatpaks/README.md b/modules/default-flatpaks/README.md index bad154d..67de6e0 100644 --- a/modules/default-flatpaks/README.md +++ b/modules/default-flatpaks/README.md @@ -27,3 +27,11 @@ If a local user is not satisfied with default Flatpak installations and removals `/etc/bluebuild/default-flatpaks/` Folder structure is the same as talked about above, with `system` & `user` folders, `install` & `remove` files containing explanation on how those should be modified & what they do. The `notifications` file also contains this explanation for turning notifications on or off. + +## Known issues + +Multiple repos inclusion is currently not supported (planned to implement in the future): +https://github.com/blue-build/modules/issues/146 + +Flatpak runtimes are not supported due to technical difficulty in implementing those: +https://github.com/blue-build/modules/pull/142#issuecomment-1962458757