Cantata 1.5.1 does not find/show icons in UI because it looks them from /usr/share/icons, and thats not working as pkg installs icons under /usr/local/share/icons. FreeBSD soda 10.1-RELEASE-p9 FreeBSD 10.1-RELEASE-p9 #14: Thu Apr 9 15:01:31 EEST 2015 root@soda:/usr/obj/usr/src/sys/SODA amd64
Created attachment 155759 [details] make it look in /usr/local this hopefully fixes it, sorry
Created attachment 155777 [details] use upstream patch rakuco pointed out that this has been fixed upstream [1]. Probably better to use that. [1] https://code.google.com/p/cantata/source/detail?r=5740
Don't forget to bump PORTREVISION too, otherwise users who have already installed the port won't get this fix.
Created attachment 155794 [details] PORTREVISION+upstream patch
A commit references this bug: Author: rakuco Date: Tue Apr 21 11:58:33 UTC 2015 New revision: 384421 URL: https://svnweb.freebsd.org/changeset/ports/384421 Log: Look for icons in places other than /usr/share/icons. Incorporate upstream commit 5750: - When checking for icon themes, also check in $PREFIX - Also ensure path is in QIcon's theme path This makes the port correctly find/show icons in the UI. PR: 199549 Submitted by: Tobias Berner <tcberner@gmail.com> MFH: 2015Q2 Changes: head/audio/cantata/Makefile head/audio/cantata/files/patch-svn-5739-gui__application_qt.cpp
A commit references this bug: Author: rakuco Date: Tue Apr 21 16:26:18 UTC 2015 New revision: 384430 URL: https://svnweb.freebsd.org/changeset/ports/384430 Log: MFH: r384421 Look for icons in places other than /usr/share/icons. Incorporate upstream commit 5750: - When checking for icon themes, also check in $PREFIX - Also ensure path is in QIcon's theme path This makes the port correctly find/show icons in the UI. PR: 199549 Submitted by: Tobias Berner <tcberner@gmail.com> Approved by: portmgr (erwin) Changes: _U branches/2015Q2/ branches/2015Q2/audio/cantata/Makefile branches/2015Q2/audio/cantata/files/patch-svn-5739-gui__application_qt.cpp