From 60e6fbfb093d63c46ca8e77750c54f31c9780c1c Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 26 May 2021 14:14:59 -0400 Subject: iconcache: Use GDesktopAppInfo to find correct application icons Some files do not report their application icons correctly in the window properties. This patch allows the marco UI to search for the corresponding .desktop file and render the icon in the desktop info on both the alt-tab popup and the window mini-icon. --- src/core/window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/window.c') diff --git a/src/core/window.c b/src/core/window.c index 68ac89ab..b301dbd9 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -6124,6 +6124,7 @@ meta_window_update_icon_now (MetaWindow *window) if (meta_read_icons (window->screen, window->xwindow, + window->res_name, &window->icon_cache, window->wm_hints_pixmap, window->wm_hints_mask, -- cgit v1.2.1