Activity log for bug #964186

Date Who What changed Old value New value Message
2012-03-24 22:22:30 Doug McMahon bug added bug
2012-03-25 07:19:14 Doug McMahon 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 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) 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 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)
2012-03-25 07:19:58 Doug McMahon tags apport-bug i386 precise apport-bug i386 precise regression-release
2012-03-25 16:42:18 Doug McMahon 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 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) 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)
2012-03-25 16:51:10 Launchpad Janitor nautilus (Ubuntu): status New Confirmed
2012-03-26 12:24:51 Sebastien Bacher nautilus (Ubuntu): importance Undecided Low
2012-03-26 12:24:58 Sebastien Bacher bug task added nautilus
2012-03-26 12:51:18 Doug McMahon bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=672809
2012-03-26 13:15:15 Sebastien Bacher nautilus (Ubuntu): status Confirmed Triaged
2012-03-26 13:15:26 Sebastien Bacher nautilus: importance Undecided Unknown
2012-03-26 13:15:26 Sebastien Bacher nautilus: status New Unknown
2012-03-26 13:15:26 Sebastien Bacher nautilus: remote watch GNOME Bug Tracker #672809
2012-03-26 17:46:27 Sebastien Bacher nautilus (Ubuntu): status Triaged Fix Committed
2012-03-27 17:23:44 Bug Watch Updater nautilus: status Unknown Fix Released
2012-03-27 17:23:44 Bug Watch Updater nautilus: importance Unknown Medium
2012-03-29 15:56:50 Launchpad Janitor nautilus (Ubuntu): status Fix Committed Fix Released
2012-06-29 14:23:15 Launchpad Janitor branch linked lp:ubuntu/nautilus