[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing
From: |
Morgan . J . Smith |
Subject: |
[bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup |
Date: |
Mon, 4 Jul 2022 09:43:54 -0400 |
From: Morgan Smith <Morgan.J.Smith@outlook.com>
* gnu/packages/messaging.scm (gajim)[inputs]: Add hicolor-icon-theme
---
So on my system gajim crashes saying something like "icon not present in the
theme Adwaita". I have installed Adwaita system wide. Looking in the gajim
build dir at
'/gnu/store/...-gajim-1.4.5/lib/python3.9/site-packages/gajim/data/icons/'
shows that the icons are stored in a 'hicolor' directory. The proper solution
is to either figure out how to install the icons in a theme independent way or
to notify upstream
gnu/packages/messaging.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index a9906bfd29..1efcce21d5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1270,6 +1270,7 @@ (define-public gajim
("gtk+" ,gtk+)
("gtksourceview" ,gtksourceview)
("gupnp-igd" ,gupnp-igd)
+ ("hicolor-icon-theme" ,hicolor-icon-theme)
("libappindicator" ,libappindicator)
("libnice" ,libnice)
("libsecret" ,libsecret)
--
2.36.1
- [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup,
Morgan . J . Smith <=
- [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, Ludovic Courtès, 2022/07/12
- [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, Raghav Gururajan, 2022/07/13
- [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, Raghav Gururajan, 2022/07/13
- [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, Ludovic Courtès, 2022/07/15
- [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, Maxim Cournoyer, 2022/07/15
- [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, Ludovic Courtès, 2022/07/18
- [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, Maxim Cournoyer, 2022/07/18
- [bug#56382] bug#20255: [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, bokr, 2022/07/18
- [bug#56382] bug#20255: [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, Ludovic Courtès, 2022/07/19
- [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup, Raghav Gururajan, 2022/07/18