GNOME Bugzilla – Bug 567635
flickering context menu item
Last modified: 2009-03-31 12:35:54 UTC
In the context menu on an audio cd icon I noticed a flickering "Paste into folder" context menu item. It kept flickering between sensitive and insensitive.
Created attachment 126915 [details] [review] nautilus_mount_content_type_endless_loop.patch The bug originates from g_mount_guess_content_type() where the 'GMount *mount' parameter passed in should be equal to the 'GObject *source_object' parameter passed in the callback function when operation is done but however it's different actually. Looking at the glib and gvfs code I was unable to find the cause though. Attached is workaround for nautilus so I don't forget about it.
*** Bug 576728 has been marked as a duplicate of this bug. ***
For info it happened also for me on Audio-CD "mounted" on the Desktop
2009-03-31 Alexander Larsson <alexl@redhat.com> Bug 567635 – flickering context menu item * monitor/proxy/gproxyshadowmount.c: Make sure we return the shadow object as the source_object when wrapping the shadowed mounts operations.