Something in packaging scripts creates an empty figures folder where it's not present before this packaging.
Where is it?
Something in packaging scripts creates an empty figures folder where it's not present before this packaging.
Where is it?
Almost any GNOME application (maybe GNOME 2) would create such folder with path:
/share/gnome/help/[appname]/C/figures/
... where [appname] is your GNOME application and folder figures can include various graphic files.
Cite from GNOME 2 Development Guide:
For example, if your installation prefix is /opt/gnome , you'll find the original documentation for the GNOME terminal in /opt/gnome/share/gnome/help/ terminal/C and the images for the German documentation for Gnumeric in /opt/ gnome/share/gnome/help/gnumeric/de/figures.
This folder is present in the /usr/share/quickly/templates/ubuntu-application/project_root folder which is what I think is copied over when you create a new project. If I remove that directory, when I create a new application with quickly, the help/C/figures directory is no longer there.
EDIT: I goofed... didn't check your path in the title of the question. Sorry, this path isn't removed, when you delete it from the template.
grepyour source dir to see where it comes from:grep -Inr "figures" *– Timo Nov 25 '12 at 18:00