[gnome-main-menu] [main-menu] Do not pass --browser to nautilus
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-main-menu] [main-menu] Do not pass --browser to nautilus
- Date: Thu, 18 Feb 2010 12:15:28 +0000 (UTC)
commit a5474c6d38771b2454d258a3f5da0b05a5ddaffb
Author: Christopher James Halse Rogers <raof ubuntu com>
Date: Sun Feb 7 15:03:32 2010 +0100
[main-menu] Do not pass --browser to nautilus
Change the schema default to not pass --browser to nautilus, so the
user's spacial/browser preference is respected.
Bug-Ubuntu: https://bugs.edge.launchpad.net/bugs/144842
main-menu/etc/applications.xbel | 2 +-
main-menu/etc/slab.schemas.in.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/main-menu/etc/applications.xbel b/main-menu/etc/applications.xbel
index b8468ae..3ad72b4 100644
--- a/main-menu/etc/applications.xbel
+++ b/main-menu/etc/applications.xbel
@@ -76,7 +76,7 @@
<bookmark:group>rank-5</bookmark:group>
</bookmark:groups>
<bookmark:applications>
- <bookmark:application name="Nautilus" exec="nautilus --no-desktop --browser %U" timestamp="1168926682" count="1"/>
+ <bookmark:application name="Nautilus" exec="nautilus --no-desktop %U" timestamp="1168926682" count="1"/>
</bookmark:applications>
</metadata>
</info>
diff --git a/main-menu/etc/slab.schemas.in.in b/main-menu/etc/slab.schemas.in.in
index 99e16b7..55db9c1 100644
--- a/main-menu/etc/slab.schemas.in.in
+++ b/main-menu/etc/slab.schemas.in.in
@@ -125,7 +125,7 @@
<applyto>/desktop/gnome/applications/main-menu/file-area/file_mgr_open_cmd</applyto>
<owner>gnome-main-menu</owner>
<type>string</type>
- <default>nautilus --browser FILE_URI</default>
+ <default>nautilus FILE_URI</default>
<locale name="C">
<short>This is the command to execute when the "Open in File Manager" menu item is activated.</short>
<long>This is the command to execute when the "Open in File Manager" menu item is activated. FILE_URI is replaced with a uri corresponding to the dirname of the activated file.</long>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]