The Icon for "Burn Image" on the welcome tab is not shown. This is because it tries to load "stock_xfburn", but the icon files are just called "xfburn". As this requires binary file renames I do prepare a patch. This is what I use to fix the problem: find icons -name "xfburn.*" -exec rename xfburn stock_xfburn {} \; find icons -name Makefile.am -exec sed -i '/\sxfburn\./s/xfburn/stock_xfburn/' {} \;
Any chance to get access to the git repo? I would push a new branch fixing this.
(In reply to Christian Hesse from comment #1) > Any chance to get access to the git repo? I would push a new branch fixing > this. Just add the patch here and hope developer sees it. Otherwise you can write in Xfce's mailing list, but I think it's better to first submit the patch here. Thanks for your work.
Thanks folks. I could've sworn that the icon used to show fine... but oh well, it's been a while ;-) [master 202b168] Correctly use stock_xfburn instead of xfburn (closes #9669)