When using the Emoji Selector utility from KDE Plasma, the rendering of every emoji becomes invisible. The emojis are still selectable, but it can't been seen as to which emoji is being copied to the clipboard. Pasting the emojis in editors/kate doesn't render them either. I fixed this myself by manually editing the Makefile to remove the added Noto-COLRv1.ttf changes while keeping the same PORTVERSION at 2.042. After rebuilding the port through poudriere and reinstalling the package, the Emoji Selector now renders them as it did previously.
Created attachment 249552 [details] Make COLRv1 optional. Me too.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2878ca490586207c3cd7bb3ff94d1274f52013b0 commit 2878ca490586207c3cd7bb3ff94d1274f52013b0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:53:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:53:03 +0000 x11-fonts/noto-emoji: Add COLR option - Bump PORTREVISION for package change PR: 278019 Reported by: Kenneth Raplee <kenrap@kennethraplee.com>, mew14930xvi <mew14930xvi@inbox.lv> x11-fonts/noto-emoji/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-)
Committed. Thanks!