After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731652 - gnome-photos only show photos in home
gnome-photos only show photos in home
Status: RESOLVED DUPLICATE of bug 696802
Product: gnome-photos
Classification: Applications
Component: general
3.10.x
Other All
: Normal normal
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-06-14 12:39 UTC by j-frankish
Modified: 2018-01-15 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description j-frankish 2014-06-14 12:39:49 UTC
gnome-photos-3.10.2 appears only to show thumbnails in ~/Pictures and not in other locations indexed by tracker
Comment 1 André Klapper 2014-06-14 21:58:46 UTC
Also see https://bugzilla.gnome.org/show_bug.cgi?id=709366
Comment 2 Debarshi Ray 2014-06-16 08:33:57 UTC
From version 3.12 you can add extra directories from Settings -> Search and those should be picked up by gnome-photos. See bug 696802
Comment 3 Debarshi Ray 2014-06-16 08:34:46 UTC

*** This bug has been marked as a duplicate of bug 696802 ***
Comment 4 j-frankish 2014-06-16 09:07:58 UTC
This is not a duplicate of bug 696802 - in that bug the requestor asks that ~/Downloads be removed from the search path.

My request is that gnome-photos should use the search path indexed by Tracker - this is logical and follows the logic of gnome-documents.

Since I compiled gnome-3.10.x from source, I really do not want to upgrade to gnome-3.12.x to fix this, is there a patch which will work with gnome-photos-3.10.x?
Comment 5 Debarshi Ray 2014-06-16 09:24:16 UTC
(In reply to comment #4)
> This is not a duplicate of bug 696802 - in that bug the requestor asks that
> ~/Downloads be removed from the search path.

It is. Please read all the comments on the bug. :)

> My request is that gnome-photos should use the search path indexed by Tracker -
> this is logical and follows the logic of gnome-documents.
>
> Since I compiled gnome-3.10.x from source, I really do not want to upgrade to
> gnome-3.12.x to fix this, is there a patch which will work with
> gnome-photos-3.10.x?

You can try backporting the patch in bug 696802
Comment 6 j-frankish 2014-06-16 11:49:24 UTC
The first two hunks of the patch succeed, but the third hunk fails on gnome-photos-3.10.2

It appears the third hunk references a couple of lines of code that don't exist - when I try to apply the patch manually, gnome-photos compiles, but fails when run with an error message about missing "}" or similar :(
Comment 7 Debarshi Ray 2014-06-16 12:28:26 UTC
(In reply to comment #6)

Is there a pressing reason why you can't use 3.12?

GNOME 3.10 is more than six months old and this being a relatively young application I am not very interested in backporting non-critical patches unless there is a good reason for it.
Comment 8 j-frankish 2014-06-16 12:53:51 UTC
The good reason is that I compiled gnome-3.10.x from scratch from source and I would likely have to recompile most or all of it just to update gnome-photos from 3.10.x to 3.12.x :)