GNOME Bugzilla – Bug 393094
Tagging sidebar
Last modified: 2018-05-24 10:28:52 UTC
Using leaftag: http://chipx86.com/wiki/Leaftag#leaftag-gnome
Has leaftag been obsoleted by tracker?
I don't think so.
Well, leaftag is unmaintained (ie. in the freezer), and it would be better to use search engine APIs directly.
*** Bug 499413 has been marked as a duplicate of this bug. ***
Created attachment 99632 [details] [review] Tracker tagbar into the search sidebar Use the tracker-tag-bar (libtracker-gtk) to manage tags, it's just a sample
Created attachment 99688 [details] [review] Added a tag cloud to the video search plugin 1.- it uses the marko anastasov tracker tag widget (which is still no included in libtracker-gtk as far i know) http://marko.anastasov.name/ 2.- have to add a new dependency with goocanvas (because of including marko's widget directly)
Quite a few warnings from the patch: totem-tracker-widget.c: In function 'tracker_keywords_get_list_cb': totem-tracker-widget.c:241: warning: comparison between signed and unsigned totem-tracker-widget.c: In function 'init_tag_cloud': totem-tracker-widget.c:354: warning: passing argument 3 of 'tracker_keywords_get_list_async' from incompatible pointer type totem-tracker-widget.c: In function 'totem_tracker_widget_init': totem-tracker-widget.c:418: warning: assignment from incompatible pointer type totem-tracker-widget.c:419: warning: assignment from incompatible pointer type totem-tracker-widget.c:420: warning: passing argument 2 of 'gtk_container_add' from incompatible pointer type totem-tracker-widget.c:433: warning: assignment from incompatible pointer type There also doesn't seem to be any way to add new tags. Isn't TrackerTagBar (included in tracker-gtk) good enough? (From my tests, it needs quite a bit of loving). It would be nicer to have the tagging be done as a separate plugin (rather, as a separate sidebar, it can be the same plugin), as I'd like users to be able to tag the currently opened file. Maybe a vertical version of TrackerTagBar would be better.
With the way Totem has been redesigned, is this still something we want? How would it appear?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/totem/issues/9.