Date: Fri, 16 Dec 2022 10:35:25 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 268408] irc/hexchat: Dangling link to application icon Message-ID: <bug-268408-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268408 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 $ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268408-7788>