From 7c7c1e7a64a71ed0dc2b964abfa449243971043f Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Oct 18 2025 11:00:24 +0000 Subject: [PATCH 1/4] comps-sync-exclude-list: Drop file-roller Has already been removed from comps a while ago. See: 61ff3046 gnome-desktop: Drop file-roller (fedora-comps) See: https://pagure.io/fedora-workstation/issue/167 --- diff --git a/comps-sync-exclude-list.yml b/comps-sync-exclude-list.yml index e8f7579..7b4a115 100644 --- a/comps-sync-exclude-list.yml +++ b/comps-sync-exclude-list.yml @@ -126,8 +126,6 @@ desktop_exclude_list: - cheese - decibels - snapshot - - file-roller - - file-roller-nautilus - gnome-boxes - gnome-calculator - gnome-calendar From 54a536f761b5c2c518cf3661b29802ec9815163c Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Oct 18 2025 11:00:24 +0000 Subject: [PATCH 2/4] silverblue: Move background & logo packages to fedora manifest - desktop-backgrounds-gnome: Fedora specific config to set the default wallpaper - gnome-shell-extension-background-logo: GNOME Shell extension to include the (Fedora) logo on top of the background --- diff --git a/fedora.yaml b/fedora.yaml index 2723f2e..7ae21e7 100644 --- a/fedora.yaml +++ b/fedora.yaml @@ -17,6 +17,8 @@ conditional-include: include: packages: - fedora-release-silverblue + - desktop-backgrounds-gnome + - gnome-shell-extension-background-logo - if: variant == "kinoite" include: packages: diff --git a/silverblue-common.yaml b/silverblue-common.yaml index 5d90521..e4575ba 100644 --- a/silverblue-common.yaml +++ b/silverblue-common.yaml @@ -9,8 +9,6 @@ include: - packages/silverblue.yaml packages: - - desktop-backgrounds-gnome - - gnome-shell-extension-background-logo - pinentry-gnome3 # Included for now to have layered Qt5 applications use a constistent style # Manually included here as it is excluded from the workstation-product group From 5853b889b7e7942d1580a4d66ce680af342f496b Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Oct 18 2025 11:02:32 +0000 Subject: [PATCH 3/4] silverblue: Replace evince with papers Evince has been replaced with Papers for F43. See: 5e4daae1 F43: Replace Evince with Papers (fedora-comps) See: https://pagure.io/fedora-workstation/issue/434 Fixes: cc19180 Update exclude list for some Workstation app changes --- diff --git a/silverblue-common.yaml b/silverblue-common.yaml index e4575ba..93f5622 100644 --- a/silverblue-common.yaml +++ b/silverblue-common.yaml @@ -13,12 +13,16 @@ packages: # Included for now to have layered Qt5 applications use a constistent style # Manually included here as it is excluded from the workstation-product group - qadwaitadecorations-qt5 - # Include evince-thumbnailer otherwise PDF thumbnails won't work in Nautilus + # Include papers-thumbnailer otherwise PDF thumbnails won't work in Nautilus # https://github.com/fedora-silverblue/issue-tracker/issues/98 - - evince-thumbnailer - # Include evince-previewer otherwise print previews are broken in Evince + # https://pagure.io/fedora-workstation/issue/434 + - papers-thumbnailer + # Include papers-previewer otherwise print previews are broken in Papers # https://github.com/fedora-silverblue/issue-tracker/issues/122 - - evince-previewer + # https://pagure.io/fedora-workstation/issue/434 + - papers-previewer + # Papers extension for the Nautilus file manager + - papers-nautilus # Include totem-video-thumbnailer for video thumbnailing in Nautilus # https://pagure.io/fedora-workstation/issue/168 - totem-video-thumbnailer From 7a64fa989ed43e34cc8047407f058b47ad51272e Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Oct 18 2025 11:02:59 +0000 Subject: [PATCH 4/4] silverblue: Update note about totem-video-thumbnailer We still need the thumbnailer as Showtime does not provide one. See: https://pagure.io/fedora-workstation/issue/488 --- diff --git a/silverblue-common.yaml b/silverblue-common.yaml index 93f5622..07b2a3c 100644 --- a/silverblue-common.yaml +++ b/silverblue-common.yaml @@ -25,6 +25,8 @@ packages: - papers-nautilus # Include totem-video-thumbnailer for video thumbnailing in Nautilus # https://pagure.io/fedora-workstation/issue/168 + # Totem was replaced by Showtime but we still need the thumbnailer + # https://pagure.io/fedora-workstation/issue/488 - totem-video-thumbnailer # Make sure that GNOME Software's rpm-ostree plugin is always installed - gnome-software-rpm-ostree