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 676514 - don't add Tags to nautilus content menu
don't add Tags to nautilus content menu
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2012-05-21 18:31 UTC by William Jon McCann
Modified: 2012-05-21 18:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't install an item to the nautilus context menu (5.26 KB, patch)
2012-05-21 18:47 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2012-05-21 18:31:52 UTC
In jhbuild we install the nautilus extension by default. It seems to add an item to the nautilus content menu and a tab in file properties. I think the file properties dialog is the appropriate place to set file properties, like tags, and we should remove it from the content menu.
Comment 1 Martyn Russell 2012-05-21 18:38:35 UTC
Should be an easy fix... though I usually prefer to use the context menu not the properties dialog.

However, In an effort to stream line GNOME and have less clutter, I am all for it. The code is quite obvious in terms of how to disable this...

http://git.gnome.org/browse/tracker/tree/src/plugins/nautilus/tracker-tags-extension.c#n195

It would be easy to disable there setting the iface->get_file_items to NULL or completely remove that area of code.
Comment 2 William Jon McCann 2012-05-21 18:47:17 UTC
Created attachment 214582 [details] [review]
Don't install an item to the nautilus context menu
Comment 3 Martyn Russell 2012-05-21 18:50:47 UTC
Comment on attachment 214582 [details] [review]
Don't install an item to the nautilus context menu

Thank you for the patch William, go ahead and push to master. It should be in 0.14.3 soon enough.
Comment 4 William Jon McCann 2012-05-21 18:52:46 UTC
Attachment 214582 [details] pushed as 50418a1 - Don't install an item to the nautilus context menu