From e3fdb541170c5ec196dcf2adbb71ce892023fe1a Mon Sep 17 00:00:00 2001 From: trevnels <25140503+trevnels@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:03:05 -0500 Subject: [PATCH] fix: install ptyxis as a user flatpak to work around default-flatpaks repo limitations --- config/recipe.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/config/recipe.yml b/config/recipe.yml index f7181b2..dec55ec 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -46,23 +46,21 @@ modules: notify: true # Send notification after install/uninstall is finished (true/false) system: # If no repo information is specified, Flathub will be used by default - # repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo - # repo-name: flathub - # repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software + repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo + repo-name: flathub + repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software install: - org.mozilla.firefox remove: # - org.gnome.eog - - - type: default-flatpaks - notify: true # Send notification after install/uninstall is finished (true/false) - system: + user: # If no repo information is specified, Flathub will be used by default repo-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo repo-name: gnome-nightly repo-title: "GNOME Nightly" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software install: - org.gnome.Ptyxis.Devel + remove: - type: script # enable VRR scripts: