--- gnome-commander-1.18.3/data/org.gnome.gnome-commander.gschema.xml.orig
+++ gnome-commander-1.18.3/data/org.gnome.gnome-commander.gschema.xml
@@ -677,14 +677,14 @@
       </description>
     </key>
     <key name="viewer-cmd" type="s">
-      <default>'gedit %s'</default>
+      <default>'pluma %s'</default>
       <summary>Viewer command</summary>
       <description>
           This string defines the command for starting the (external) viewer.
       </description>
     </key>
     <key name="editor-cmd" type="s">
-      <default>'gedit %u'</default>
+      <default>'pluma %u'</default>
       <summary>Editor command</summary>
       <description>
           This string defines the command for starting the editor.
@@ -719,14 +719,14 @@
       </description>
     </key>
     <key name="terminal-cmd" type="s">
-      <default>'gnome-terminal'</default>
+      <default>'mate-terminal'</default>
       <summary>Command for opening a terminal</summary>
       <description>
           This string defines the command for opening a terminal.
       </description>
     </key>
     <key name="terminal-exec-cmd" type="s">
-      <default>'gnome-terminal -e %s'</default>
+      <default>'mate-terminal -e %s'</default>
       <summary>Command for execution in terminal</summary>
       <description>
           This string defines the command for executing another command in a terminal.