From 5de5f5c7f3645a0653782fccbaa34918200fb464 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 Sep 2018 23:08:26 +0000 Subject: [PATCH] Bring yelp back, run comps sync Until we can preinstall flatpaks, we need the apps in the base image that are needed for first login. Thats yelp, which is used for the "welcome tour" part of the inial setup experience. This sync also pulls in the new backgrounds package. --- comps-sync-blacklist.yml | 1 - fedora-common-ostree-pkgs.json | 1 + gnome-desktop-pkgs.json | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/comps-sync-blacklist.yml b/comps-sync-blacklist.yml index 107e9b1..f94c21e 100644 --- a/comps-sync-blacklist.yml +++ b/comps-sync-blacklist.yml @@ -144,7 +144,6 @@ desktop_blacklist: - totem - totem-nautilus - traceroute - - yelp kde-desktop: # Incompatible with ostree for various reasons - abrt-desktop diff --git a/fedora-common-ostree-pkgs.json b/fedora-common-ostree-pkgs.json index 3c8025d..9bb5a88 100644 --- a/fedora-common-ostree-pkgs.json +++ b/fedora-common-ostree-pkgs.json @@ -48,6 +48,7 @@ "fedora-bookmarks", "fedora-release-workstation", "fedora-user-agent-chrome", + "fedora-workstation-backgrounds", "file", "filesystem", "firefox", diff --git a/gnome-desktop-pkgs.json b/gnome-desktop-pkgs.json index 23f287b..2de5c7c 100644 --- a/gnome-desktop-pkgs.json +++ b/gnome-desktop-pkgs.json @@ -57,6 +57,7 @@ "tracker-miners", "xdg-desktop-portal", "xdg-desktop-portal-gtk", - "xdg-user-dirs-gtk" + "xdg-user-dirs-gtk", + "yelp" ] }