[Bug 273744] sysutils/xfce4-settings: cursor themes being listed twice
Date: Thu, 14 Sep 2023 21:30:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273744 --- Comment #5 from Guido Falsi <madpilot@FreeBSD.org> --- And looking at a build log for libXcursor from my poudriere machine I find this passed to the compiler: -DICONDIR=\"/usr/local/share/icons\" -DXCURSORPATH=\"~/.local/share/icons:~/.icons:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/local/share/icons\" so, yes, the path is duplicated and this explains everything. At this point maybe xfce4-mouse-settings needs to be fixed to try to skip duplicates, but that's not so easy to do. I'm quite sure it would be good to fix libXcursor to avoid compiling a default containing duplicates. -- You are receiving this mail because: You are the assignee for the bug.