GNOME Bugzilla – Bug 115897
Context menu should be shorter
Last modified: 2004-12-22 21:47:04 UTC
We want the context menu to be as short as possible so users can easily see the item they want. Items that (IMHO) should be removed are: On Image context: * Open Image in New Window * Open Image in New Tab (these are overkill, even mozilla only has "View Image") * Use Image As Background (if a user sets this it is reletively difficult to revert their actions, also this function should be performed by ctrl panel, not every app that supports images)
I do not agree about Use image as bakcground, I think it's one of most used IE features :) And removing it would mean to remove the feature for most users (not many will bother to save on disk etc).
Technically we are in ui freeze now, so i'm taking off the 1.0 designation.
Created attachment 23649 [details] [review] remove OpenImageInNew[Tab|Window]
Unfortunately we're in UI freeze again... hope someone remembers to check in before gnome 2.8 freeze ;)
I was thinking about this. perhaps for images that are not linked, we should just have a single "View Image" menu item that opens the image in the default image viewer?
I think removing the functionality completely is not acceptable. I'd rather remove Copy image location that seem useful only for web design. Dave idea is interesting though, would we use a tmp file ?
> I think removing the functionality completely is not acceptable. I'd nod. > rather remove Copy image location that seem useful only for web I actually have used this menu entry in the pass. Its useful when you find a funny picture and want to send a link to someone (and the picture isn't linked). > design. Dave idea is interesting though, would we use a tmp file ? well ideally if the app is gnome-vfs enabled, it would be nice to just do it that way, otherwise tempfile or download dir perhaps.
Moving the "open in default image editor" bit to bug 138396.
Commited chpes patch to HEAD. Marking FIXED.
The separator should be removed too I think
Created attachment 26091 [details] [review] remove separators
Checked in.