I'm having the same issue, I manually
loaded a modified mc-default-macros.entries (changed base
from /schemas/apps to /apps and changed keys) and
it seems to work. Attached is the diff.

The command I run is gconftool-2 --load mc-default-macros.entries


Also, on one of the box gconf always shows error
when looking at /schemas/apps/mini-commander/command-patterns ...
while it's ok on another box

-- 
Bin

--- mc-default-macros.entries~	2005-08-02 15:16:05.000000000 -0400
+++ mc-default-macros.entries	2005-08-02 15:41:47.000000000 -0400
@@ -1,5 +1,5 @@
 <gconfentryfile>
-  <entrylist base="/schemas/apps">
+  <entrylist base="/apps">
     <entry>
       <key>mini-commander-global/macro_patterns</key>
       <schema_key>/schemas/apps/mini-commander-global/macro_patterns</schema_key>
@@ -77,7 +77,7 @@
     -->
     <entry>
       <key>mini-commander/macro_patterns</key>
-      <schema_key>/schemas/apps/mini-commander/macro_patterns</schema_key>
+      <schema_key>/schemas/apps/mini-commander-global/macro_patterns</schema_key>
       <value>
         <list type="string">
 	  <value>
@@ -112,7 +112,7 @@
     </entry>
     <entry>
       <key>mini-commander/macro_commands</key>
-      <schema_key>/schemas/apps/mini-commander/macro_commands</schema_key>
+      <schema_key>/schemas/apps/mini-commander-global/macro_commands</schema_key>
       <value>
         <list type="string">
 	  <value>

Reply via email to