GNOME Bugzilla – Bug 747368
Some file are installed at wrong directories
Last modified: 2016-07-20 19:04:45 UTC
Hi, at debian i get the lintian message: W: shotwell: image-file-in-usr-lib usr/lib/shotwell/plugins/builtin/f-spot-24.png N: N: This package installs a pixmap or a bitmap within /usr/lib. According to N: the Filesystem Hierarchy Standard, architecture-independent files need N: to be placed within /usr/share instead. N: N: Severity: normal, Certainty: certain N: N: Check: files, Type: binary, udeb N: W: shotwell: image-file-in-usr-lib usr/lib/shotwell/plugins/builtin/facebook.png W: shotwell: image-file-in-usr-lib usr/lib/shotwell/plugins/builtin/flickr.png W: shotwell: image-file-in-usr-lib usr/lib/shotwell/plugins/builtin/gallery3.png [...] Can you place them at /usr/share/... CU Jörg
change component to build
Ah, that's the plugin-related files. not sure why they go into lib.
That is a slightly bigger change as the code expects the data to live next to the plugin to support running in-tree.
Created attachment 331836 [details] [review] transitions: Load icon from resource Signed-off-by: Jens Georg <mail@jensge.org>
Created attachment 331837 [details] [review] import: Load icon from resource Signed-off-by: Jens Georg <mail@jensge.org>
Created attachment 331838 [details] [review] publish: Load resources from GResource Signed-off-by: Jens Georg <mail@jensge.org>
Created attachment 331839 [details] [review] publishing-extra: Load resources from GResource Signed-off-by: Jens Georg <mail@jensge.org>
Attachment 331836 [details] pushed as 92e38a3 - transitions: Load icon from resource Attachment 331837 [details] pushed as 23ad562 - import: Load icon from resource Attachment 331838 [details] pushed as 8f86cda - publish: Load resources from GResource Attachment 331839 [details] pushed as 83e2e81 - publishing-extra: Load resources from GResource