** Description changed: The context menu option to open folders with something other than nautilus, while not necessary , is a useful option for many users. The question would be was that part of the commit needed to fix the handling of 'non-desktop' desktop files such as index.theme At least here, reverting the view part of the commit suggests it wasn't, an open with context menu option & ability to fully view & open a .theme file from nautilus seem to co-exist fine. So the purpose of this report is that, did the context menu option need to be removed? Commit in question - https://bugzilla.gnome.org/show_bug.cgi?id=319981 + http://git.gnome.org/browse/nautilus/commit/?id=b9c51fd4eb84a9f52ee4be1bf183fc516984130b code change in question --- a/src/nautilus-view.c +++ b/src/nautilus-view.c @@ -4491,9 +4491,8 @@ reset_open_with_menu (NautilusView *view, GList *selection) file = NAUTILUS_FILE (node->data); - other_applications_visible &= - (!nautilus_mime_file_opens_in_view (file) || - nautilus_file_is_directory (file)); + other_applications_visible &= (!nautilus_mime_file_opens_in_view (file) && + !nautilus_file_is_nautilus_link (file)); } default_app = NULL; ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: nautilus 1:3.3.92-0ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-20.32-generic-pae 3.2.12 Uname: Linux 3.2.0-20-generic-pae i686 ApportVersion: 1.95-0ubuntu1 Architecture: i386 Date: Sat Mar 24 18:09:36 2012 GsettingsChanges: org.gnome.nautilus.window-state geometry '1164x575+58+24' InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120323) ProcEnviron: TERM=xterm LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install)
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/964186 Title: commit to fix "Don't hide Open With applications for subtypes of application/x-desktop" also removed "Open with" on directories To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/964186/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs