[gnome-commander] The default command for editing files should use URI instead of the normal path name, see #50



commit cae388b21414b3382e2f745694f0d361a1215f36
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Mon Nov 29 00:28:34 2021 +0100

    The default command for editing files should use URI instead of the normal path name, see #50

 data/org.gnome.gnome-commander.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.gnome-commander.gschema.xml b/data/org.gnome.gnome-commander.gschema.xml
index f6085d55..fcf129a6 100644
--- a/data/org.gnome.gnome-commander.gschema.xml
+++ b/data/org.gnome.gnome-commander.gschema.xml
@@ -694,7 +694,7 @@
       </description>
     </key>
     <key name="editor-cmd" type="s">
-      <default>'gedit %s'</default>
+      <default>'gedit %u'</default>
       <summary>Editor command</summary>
       <description>
           This string defines the command for starting the editor.


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