On Sun, 19 Mar 2023 16:55:15 +0100 (CET), "Carlos E. R." <robin.listas@telefonica.net> wrote:
I get literally thousands of that message spamming my logs. Googling a bit, I decided to edit /etc/xdg/autostart/tracker-miner-fs-3.desktop:
I changed: Exec=/usr/lib/tracker-miner-fs-3
to: Exec=LANG=en_US.UTF-8 /usr/lib/tracker-miner-fs-3
But this did not work (I'm unsure the syntax is correct, anyway, with two '=' symbols.
How about: Exec=/bin/sh -c 'export LANG="${LANG:-en_US.UTF-8}"; echo "=== LANG is [$LANG]" >&2; /usr/lib/tracker-miner-fs-3'
I have the file "/etc/xdg/autostart/tracker-extract.desktop" only in backups from 2018 or 2017, but not in the current system.
Maybe it got moved to /lib* or /usr .
Where can I change the LANG for "tracker-extract" to try eliminate that nuisance message?
Just a guess. Somewhere in the general systemd config for your user?
(Yes, my user does have LANG set) This is on Leap 15.4.
The complete sequence seems to be this: <3.6> 2023-03-19T16:47:03.165293+01:00 Telcontar dbus-daemon 6597 - - [session uid=1000 pid=6597] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract' [...]
-- Robert Webb