I used totem without gnome and I get a big warning displayed.

diff adds a RUN_DEPEND on tracker3-miners to avoid
a big warning popup on totem startup which say the
same thing as this console output

(totem:30776): Grilo-WARNING **: 12:58:54.430: [tracker-source-request]
../grilo-plugins-0.3.12/src/tracker3/grl-tracker-source-api.c:339:
error in parsing query id=2 : In service
'dbus:org.freedesktop.Tracker3.Miner.Files':
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.Tracker3.Miner.Files was not provided by any .service
files

ok?


Index: Makefile
===================================================================
RCS file: /home/reposync/ports/x11/gnome/totem/Makefile,v
retrieving revision 1.168
diff -u -p -r1.168 Makefile
--- Makefile    5 Nov 2020 13:37:05 -0000       1.168
+++ Makefile    24 Dec 2020 12:06:44 -0000
@@ -4,6 +4,7 @@ COMMENT=                official media player for GNOM
 
 GNOME_PROJECT=         totem
 GNOME_VERSION=         3.38.0
+REVISION=              0
 
 SHARED_LIBS += totem                     0.0 # 0.0.0
 
@@ -35,7 +36,8 @@ BUILD_DEPENDS +=      devel/pylint${MODPY_FLA
 
 RUN_DEPENDS=           devel/gsettings-desktop-schemas \
                        devel/py-gobject3${MODPY_FLAVOR} \
-                       x11/dbus-python${MODPY_FLAVOR}
+                       x11/dbus-python${MODPY_FLAVOR} \
+                       x11/gnome/tracker3-miners
 
 # calls grl_registry_load...plugin
 RUN_DEPENDS +=         x11/gnome/grilo-plugins

Reply via email to