GNOME Bugzilla – Bug 604270
Tag icons visible even after turned off in the UI
Last modified: 2010-06-30 14:26:16 UTC
You can turn tag icons off by selecting in "Show"-> "Tag icons"->"Hidden" (or similar in the English UI), and unchecking the checkbox in ""Show"-> "miniature picture elements" -> "tags". This will remove them in most places. However, they still show up below the image in the single-image view, to the left of the comment field. This causes the UI to behave strangely when you have a lot of tags for one image (see bug #574257), and is of course against the wishes of the user who is trying to turn off the icons. So, the icons should probably be turned off when the "miniature picture elements"->"tags" is unchecked, just like they are in the image collection view.
Created attachment 151262 [details] [review] Hide the picture tags in tag_view depending upon the tag icon preference Hi, I have had a go at patching this bug and believe I have successfully tied the showing/hiding of the tags next to the "Comment:" field to the View->TagIcons menu. Selecting 'Hidden' will remove the tag icons and selecting any other size will bring them back. Please test and review as required. Regards Iain Churcher
Whoho! The single most annoying bug in my whole desktop may actually be fixed! How would I go about testing this?
Attachment 151262 [details] pushed as fa7657d - Hide the picture tags in tag_view depending upon the tag icon preference Works indeed, merged!