Comment 0 for bug 964186

Revision history for this message
Doug McMahon (mc3man) wrote :

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 affect 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

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)