From 4eab687f2981c88c398c1c1f67eb3ceef90f9f0c Mon Sep 17 00:00:00 2001 From: m2 Date: Sat, 28 Oct 2023 19:01:42 -0400 Subject: [PATCH] fix: remove gnome-extension-app causing build fail --- config/recipe-nvidia.yml | 1 - config/recipe.yml | 1 - config/scripts/post-install.sh | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/recipe-nvidia.yml b/config/recipe-nvidia.yml index c3ef775c13..4f4359cf13 100644 --- a/config/recipe-nvidia.yml +++ b/config/recipe-nvidia.yml @@ -70,7 +70,6 @@ modules: # Chrome - google-chrome-stable remove: - - gnome-extensions-app - gnome-software-rpm-ostree - gnome-tour diff --git a/config/recipe.yml b/config/recipe.yml index 090d132ca5..0e5f9f1317 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -70,7 +70,6 @@ modules: # Chrome - google-chrome-stable remove: - - gnome-extensions-app - gnome-software-rpm-ostree - gnome-tour diff --git a/config/scripts/post-install.sh b/config/scripts/post-install.sh index 76ec430ea2..6e165479eb 100644 --- a/config/scripts/post-install.sh +++ b/config/scripts/post-install.sh @@ -8,6 +8,7 @@ set -oue pipefail # Remove Unnecessary desktop entries from overview rm -f /usr/share/applications/htop.desktop rm -f /usr/share/applications/nvtop.desktop +rm -f /usr/share/applications/org.gnome.Extensions.desktop # Remove repo files rm -f /etc/yum.repos.d/**