Effects me to the point that I am going to be switching to Thunar.

-- 
You received this bug notification because you are a member of Desktop
Packages, 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

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  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
  
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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/964186/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to