GNOME Bugzilla – Bug 528675
media handling, open folder issues
Last modified: 2008-06-29 22:15:40 UTC
When I select "Open folder" as the action for photos and plug in my camera, the folder only opens if I additionally check the "Browse media" checkbox. This is confusing, imo. An explicit choice of "Open folder" should work, independently of the "Browse media" checkbox. The problem is that autorun_guessed_content_type_callback calls autorun_open_folder_for_mount to open the folder, and makes no difference between explicit and fallback. In the explicit case, we should directly open the window, and not go via autorun_open_folder_for_mount, since that function checks the "Browse media" setting.
Created attachment 109464 [details] [review] proposed patch
Looks good to me, thanks for tracking this down.
Setting patch status.
can we please commit this?
I committed the patch. Closing as FIXED. 2008-06-15 Cosimo Cecchi <cosimoc@gnome.org> reviewed by: David Zeuthen <david@fubar.dk> * libnautilus-private/nautilus-autorun.c: Always open folder if the corresponding action is selected in the autorun preferences. Patch by Matthias Clasen. (#528675).
fixing patch status.