Created attachment 247728 [details] Patch to make imlib2 option a default fluxbox needs imlib2 to handle .png formats (and possible others). Otherwise it is limited to .xpm format. In the ports collection we have far more icons and themes that use .png or .svg than .xpm. Making the option a default one makes it easier for users to customize their WM.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5213f6e06001b1992c003eb8f4a0cd8db6f34502 commit 5213f6e06001b1992c003eb8f4a0cd8db6f34502 Author: Jason Helfman <jgh@FreeBSD.org> AuthorDate: 2024-02-10 21:39:13 +0000 Commit: Jason Helfman <jgh@FreeBSD.org> CommitDate: 2024-02-10 21:39:13 +0000 x11-wm/fluxbox: set imlib2 as default option PR: 276407 Submitted by: fernape@ x11-wm/fluxbox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for report! Committed! -jgh
Thanks!