Created attachment 235920 [details] Patch to update x11/xfce4-dashboard - Update to 1.0.0 - Adjust dependencies - Remove post-patch target (see below about how to avoid black icons effect) Note: since the 0.8.0 release we can override CSS style. > mkdir -p ~/.config/xfdashboard/themes > cp /usr/local/share/themes/xfdashboard/xfdashboard-1.0/xfdashboard.css ~/.config/xfdashboard/themes/global.css Copy theme file and change value of CSS properties. New file must be named "global.css". When I replace each symbolic icons (just by removing -symbolic suffix), black side effect disappears (tested with the amdgpu driver).
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f970bb24cb06d0c5155cba031277a58a6555e3ac commit f970bb24cb06d0c5155cba031277a58a6555e3ac Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2022-09-04 14:04:17 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-09-04 14:06:05 +0000 x11/xfce4-dashboard: Updarte to 1.0.0 PR: 265858 x11/xfce4-dashboard/Makefile | 15 ++++----------- x11/xfce4-dashboard/distinfo | 6 +++--- x11/xfce4-dashboard/pkg-plist | 15 ++++++++++++--- 3 files changed, 19 insertions(+), 17 deletions(-)
Committed. Thanks!