GNOME Bugzilla – Bug 780752
Moved resources to data directory
Last modified: 2017-11-08 00:42:33 UTC
Created attachment 349035 [details] [review] Moved resources to data directory Moved resource description file and the resources to the data directory as other gnome applications do. The file has been moved to the theme directory and UI definition files to the ui directory. Resource compilation has been improved also by adding a check into configure step to set GLIB_COMPILE_RESOURCES variable to be used on resource compilation.
Can you please update this patch? Thanks.
Created attachment 362306 [details] [review] Move resources to data directory (In reply to Isaque Galdino from comment #1) > Can you please update this patch? > Thanks. Sure! The idea behind this patch is to move resources to the place they belong, this is `data` directory used for non-source code/data files. It also helps isolating all the source code into `src` directory.
Review of attachment 362306 [details] [review]: Thanks for your patch. I've reviewed it and I added a missing resource file: empty-results-box.ui.