! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
No icon for "Burn Image"
Status:
RESOLVED: FIXED

Comments

Description Christian Hesse 2012-12-21 10:34:24 CET
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/' {} \;
Comment 1 Christian Hesse 2012-12-21 10:35:11 CET
Any chance to get access to the git repo? I would push a new branch fixing this.
Comment 2 Edoardo Maria Elidoro 2014-02-09 17:54:23 CET
(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.
Comment 3 David Mohr 2014-02-20 18:05:13 CET
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)

Bug #9669

Reported by:
Christian Hesse
Reported on: 2012-12-21
Last modified on: 2014-02-20

People

Assignee:
Xfburn Bug Triage
CC List:
2 users

Version

Version:
SVN trunk

Attachments

Additional information