File: editor.patch

package info (click to toggle)
mdk 1.3.0%2Bdfsg-3~bpo11%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye-backports
  • size: 3,952 kB
  • sloc: ansic: 22,681; sh: 5,461; lisp: 1,118; lex: 830; makefile: 580; yacc: 288; python: 124
file content (16 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Use x-terminal-emulator(1) and sensible-editor(1).
Forwarded: not-needed
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2015-09-15

--- a/mixgtk/Makefile.am
+++ b/mixgtk/Makefile.am
@@ -24,7 +24,7 @@
 EDITOR_CMD = "/usr/bin/open -a TextEdit %s"
 EXTRA_EXECD = -DEXTRA_EXEC_MIME_TYPE
 else
-EDITOR_CMD = "/usr/bin/xterm -e vi %s"
+EDITOR_CMD = "/usr/bin/x-terminal-emulator -e /usr/bin/sensible-editor %s"
 EXTRA_EXECD =
 endif