unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: Liliana Marie Prikler <liliana.prikler@gmail.com>
Cc: 63424@debbugs.gnu.org
Subject: [bug#63424] GNOME tracker does not work with tracker-miners
Date: Fri, 16 Jun 2023 20:22:41 +0000	[thread overview]
Message-ID: <Objmo-NgQrAZgNLj9gCbT6xspwbOj84ykv6MNoIocEdjvQGHAiyYLRk_8_zfiNLUW9Y9Sc-l8UJ72mVqhYzNO3gISwzegtKbCIlDCDQfxmI=@proton.me> (raw)
In-Reply-To: <e508e36b4e9a69fb6b5b8e225bb627e3fff9f3b9.camel@gmail.com>

Hi Liliana,

I found out that tracker also looks for "TRACKER_CLI_SUBCOMMANDS_DIR".
I tested it and it worked!


* gnu/packages/gnome.scm (tracker-miners)[native-search-paths]: Add
search path for "TRACKER_CLI_SUBCOMMANDS_DIR".
---
 gnu/packages/gnome.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 22588ff..d50010b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9607,6 +9607,12 @@ (define-public tracker-miners
            tracker
            upower
            zlib))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "TRACKER_CLI_SUBCOMMANDS_DIR")
+            (separator #f) ;single entry
+            (files `(,(string-append "libexec/tracker"
+                                     (version-major version)))))))
     (synopsis "Metadata database, indexer and search tool")
     (home-page "https://wiki.gnome.org/Projects/Tracker")
     (description
--
libgit2 1.5.1





  reply	other threads:[~2023-06-16 20:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-10 17:33 [bug#63424] GNOME tracker does not work with tracker-miners Sughosha via Guix-patches via
2023-05-10 19:50 ` Liliana Marie Prikler
2023-06-16 20:22   ` Sughosha via Guix-patches via [this message]
2023-06-16 22:01     ` Liliana Marie Prikler
2023-06-23 17:16       ` Sughosha via Guix-patches via
2023-06-25 12:38         ` bug#63424: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='Objmo-NgQrAZgNLj9gCbT6xspwbOj84ykv6MNoIocEdjvQGHAiyYLRk_8_zfiNLUW9Y9Sc-l8UJ72mVqhYzNO3gISwzegtKbCIlDCDQfxmI=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=63424@debbugs.gnu.org \
    --cc=Sughosha@proton.me \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).