Created attachment 259338 [details] mail/claws-mail: Add gdk-pixbuf-extra run-dependency After e129c081e39271eda various icons in claws-mail are no longer shown if gdk-pixbuf-extra is not installed. The attached patch adds the needed run-dependency. Only tested with the GTK2 option.
Good afternoon, I would like to add to this issue. When updating from Q1 to Q2 (if you use the quarterly pkg) without gdk-pixbuf-extra explicitly installed claws mail will no longer be able to render emails, when attempting to open an email it will just be blank making the client unusable. If anyone is having this issue until the patch is merged simply install `gdk-pixbuf-extra` explicitly and reload claws mail.
Thanks for the heads-up. I'm on it. Will report back soon.
Comment on attachment 259338 [details] mail/claws-mail: Add gdk-pixbuf-extra run-dependency Checked. Works as intended. Approved. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf310c5035e3767a4b545e30c70e02495efad939 commit bf310c5035e3767a4b545e30c70e02495efad939 Author: Fabian Keil <fk@fabiankeil.de> AuthorDate: 2025-04-05 11:49:08 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-06-08 20:52:54 +0000 mail/claws-mail: add gdk-pixbuf-extra run-dependency Fixes errors like: (claws-mail:51313): GdkPixbuf-WARNING **: 12:43:20.914: Error loading XPM image loader: Image type “xpm” is not supported stock_pixmap.c:836 Condition pix_d->pixbuf != NULL failed that prevent icons from being displayed after e129c081e39271eda. PR: 285900 Reported by: Fabian Keil <fk@fabiankeil.de> Reviewed by: polarian@polarian.dev Tested by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) mail/claws-mail/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Committed, thanks!