[gnome-main-menu] main-menu: use caja instead of nautilus in gsettings schema



commit 5b924592df1686aa8acb93dab8e4b871c96d0079
Author: Stefano Karapetsas <stefano karapetsas com>
Date:   Wed Dec 12 16:04:27 2012 +0100

    main-menu: use caja instead of nautilus in gsettings schema

 .../etc/org.mate.gnome-main-menu.gschema.xml.in.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/main-menu/etc/org.mate.gnome-main-menu.gschema.xml.in.in b/main-menu/etc/org.mate.gnome-main-menu.gschema.xml.in.in
index 221fad0..ba4e784 100644
--- a/main-menu/etc/org.mate.gnome-main-menu.gschema.xml.in.in
+++ b/main-menu/etc/org.mate.gnome-main-menu.gschema.xml.in.in
@@ -56,12 +56,12 @@
       <_description>possible values = 0 [Applications], 1 [Documents], 2 [Places]</_description>
     </key>
     <key name="file-mgr-open-cmd" type="s">
-      <default>'nautilus FILE_URI'</default>
+      <default>'caja FILE_URI'</default>
       <_summary>This is the command to execute when the "Open in File Manager" menu item is activated.</_summary>
       <_description>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.</_description>
     </key>
     <key name="file-send-to-cmd" type="s">
-      <default>'nautilus-sendto DIRNAME/BASENAME'</default>
+      <default>'caja-sendto DIRNAME/BASENAME'</default>
       <_summary>This is the command to execute when the "Send To..." menu item is activated.</_summary>
       <_description>This is the command to execute when the "Send To..." menu item is activated.  DIRNAME and BASENAME are replaced with the corresponding components of the activated tile.</_description>
     </key>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]