[Bug 268408] irc/hexchat: Dangling link to application icon
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Dec 2022 10:35:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268408 Bug ID: 268408 Summary: irc/hexchat: Dangling link to application icon Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: pkubaj@FreeBSD.org Reporter: bugcounterism@malbolge.net Assignee: pkubaj@FreeBSD.org Flags: maintainer-feedback?(pkubaj@FreeBSD.org) When I tried to integrate the HexChat icon into my application menu, I discovered the following: $ ls -l /usr/local/share/pixmaps/ | grep hex lrwxr-xr-x 1 root wheel 45 Nov 24 13:44 hexchat.png -> ../share/icons/hicolor/48x48/apps/hexchat.png That's a dangling link with an off path, if I'm not mistaken. The actual HexChat icon is to be found under a different and, arguably, questionable name: $ find /usr/local/share/icons/ -iname '*hexchat*' /usr/local/share/icons/hicolor/48x48/apps/io.github.Hexchat.png /usr/local/share/icons/hicolor/scalable/apps/io.github.Hexchat.svg $ -- You are receiving this mail because: You are the assignee for the bug.