$ git grep pixbuf -- *.ui There are only a few hits, but more will come as we migrate dialogs to this new format. Also, the problem will be more apparent. Currently image resources used in *.ui files are not packed automatically to install set, and they are there by chance, i.e. when an old .src based resource also uses them. See postprocess/CustomTarget_images.mk. It uses image lists created by the old resource compiler (rsc) and two custom lists, one for the local help and one for the command images. We need to create an image list for *.ui files, too, and add it to this makefile.
caolanm->dtardon: got any ideas around this weird-ass problem ?
I'll look into it.
David Tardon committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=df0c6367285952a44082d1359a9e053b7c7b556b fdo#63591 pack images referenced by .ui files The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=484d75feb3518976434dfdb883d283c6fdca9c9f Related: fdo#63591 pack missing images referenced by .ui files The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.