From b0e6972cb7bd0874a50f9cc12ec930773a744863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 5 Feb 2021 00:17:12 +0100 Subject: [PATCH] data: Move custom close icon into actions/ Adwaita uses ui/ for the corresponding icon, but GTK treats icons from a resource path as part of the hicolor theme that doesn't have such a subdir. And as GTK determines subdirs by enumerating the theme directory, any subdirs that only exist in the resource are ignored, whoops. Make sure the icon can be found by moving it to a standard subdir. Part-of: --- data/gnome-shell-theme.gresource.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gnome-shell-theme.gresource.xml b/data/gnome-shell-theme.gresource.xml index a91d2249a..a626c4fe6 100644 --- a/data/gnome-shell-theme.gresource.xml +++ b/data/gnome-shell-theme.gresource.xml @@ -20,12 +20,12 @@ pointer-drag-symbolic.svg pointer-primary-click-symbolic.svg pointer-secondary-click-symbolic.svg + window-close-24-symbolic.svg keyboard-caps-lock-filled-symbolic.svg keyboard-enter-symbolic.svg keyboard-hide-symbolic.svg keyboard-layout-filled-symbolic.svg keyboard-shift-filled-symbolic.svg - window-close-24-symbolic.svg process-working.svg toggle-off.svg toggle-off-dark.svg