From 1fbe586041692deb835cff64be5f3c3241e7fb9e Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 10 May 2024 15:40:07 -0700 Subject: [PATCH] Remove gnome-software Signed-off-by: Tommy --- fedora/fedora-gnome.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora/fedora-gnome.sh b/fedora/fedora-gnome.sh index 4bd41ee..0487602 100644 --- a/fedora/fedora-gnome.sh +++ b/fedora/fedora-gnome.sh @@ -81,8 +81,11 @@ unpriv curl --proxy http://127.0.0.1:8082 https://gitlab.com/divested/brace/-/ra echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment # We do the dnf tasks last, because dnf will break after we configure https repos and we need a reboot to fix it. +# Mark packages as manualy installed to avoid removal +sudo dnf mark install flatpak gnome-menus qubes-menus + # Remove unnecessary stuff from the Qubes template -sudo dnf -y remove thunderbird httpd keepassxc rygel +sudo dnf -y remove gnome-software httpd keepassxc thunderbird rygel # Remove firefox packages sudo dnf -y remove fedora-bookmarks fedora-chromium-config firefox mozilla-filesystem