From c0e5cb7db3d5166d9e275184d5f6f22ca7a400fc Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 28 Apr 2024 23:19:02 -0400 Subject: [PATCH] Icon lookup returns icon file path --- icon-theme/icon-theme.go | 1 + 1 file changed, 1 insertion(+) diff --git a/icon-theme/icon-theme.go b/icon-theme/icon-theme.go index a9c3a4b..ea2d696 100644 --- a/icon-theme/icon-theme.go +++ b/icon-theme/icon-theme.go @@ -500,6 +500,7 @@ func parseIcon (path string) (Icon, error) { dataPath := strings.TrimSuffix(path, ext) + ".icon" if data, err := parseIconData(dataPath); err != nil { + data.Path = path return data, nil } else { return Icon {