This bug was fixed in the package nautilus - 1:3.4.0-0ubuntu1

---------------
nautilus (1:3.4.0-0ubuntu1) precise-proposed; urgency=low

  * New upstream version
    - Fix a regression where "Open With" was hidden for folders (lp: #964186)
 -- Sebastien Bacher <[email protected]>   Mon, 26 Mar 2012 19:53:09 +0200

** Changed in: nautilus (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Released

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/nautilus/+bug/964186/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to