From d32dc2ed2dc5845ba0b86c3b7cb587ead4c65a8a Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Thu, 28 Dec 2023 21:24:55 +0100 Subject: [PATCH] fix(default-flatpaks): Clarify branched flatpaks support better --- modules/default-flatpaks/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/default-flatpaks/README.md b/modules/default-flatpaks/README.md index 621e36b..6ac6ede 100644 --- a/modules/default-flatpaks/README.md +++ b/modules/default-flatpaks/README.md @@ -34,7 +34,10 @@ system: repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software install: - org.gnome.Loupe - - org.winehq.Wine//stable-23.08 # This is an example of flatpak which has multiple versions in selection (flatpak//version) + - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch). + # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08). + # Only normal flatpak applications are (like Floorp Lightning web browser in this example). + # Multiple install of same flatpaks with different branches is not supported. remove: - org.gnome.eog # A flatpak repo can also be added without having to install flatpaks,