[med-svn] r17722 - trunk/packages/arb/trunk/debian/conf

Elmar Pruesse epruesse-guest at moszumanska.debian.org
Wed Aug 13 14:28:08 UTC 2014


Author: epruesse-guest
Date: 2014-08-13 14:28:08 +0000 (Wed, 13 Aug 2014)
New Revision: 17722

Modified:
   trunk/packages/arb/trunk/debian/conf/arb.conf
Log:
update default config to the variables understood by ARB 6
--Thisline, and those below, will be ignored--

M    conf/arb.conf


Modified: trunk/packages/arb/trunk/debian/conf/arb.conf
===================================================================
--- trunk/packages/arb/trunk/debian/conf/arb.conf	2014-08-13 14:26:19 UTC (rev 17721)
+++ trunk/packages/arb/trunk/debian/conf/arb.conf	2014-08-13 14:28:08 UTC (rev 17722)
@@ -1,14 +1,23 @@
-# ARB_TEXTEDIT='xedit'
-ARB_TEXTEDIT=$EDITOR
-export ARB_TEXTEDIT
-ARB_XTERM='xterm -sl 1000 -sb'
-export ARB_XTERM
-ARB_XCMD='xterm -sl 1000 -sb -e'
-export ARB_XCMD
-# ARB_GS=ghostview
-ARB_GS=gv
-export ARB_GS
+# ARB_PROP -- directory for ARB config
+# upstream default: ~/.arb_prop
+ARB_PROP=${HOME}/.config/arb
 
+# ARB_LOCAL_PTS -- directory for user owned PT servers
+# upstream default: ~/.arb_pts
+ARB_LOCAL_PTS=${HOME}/.cache/arb/pts
+
+# ARB_XTERM -- command to run to launch terminal
+# upstream default: xterm -sl 1000 -sb -geometry 120x50
+ARB_XTERM=x-terminal-emulator
+
+# ARB_XCMD -- prefix to run command-line tools
+# upstream default: "$ARB_XTERM -e"
+#ARB_XCMD=x-terminal-emulator -e
+
+# ARB_TEXTEDIT -- command to use for editing ASCII files
+# upstream default: <unset> 
+ARB_TEXTEDIT=xdg-open
+
 ###############################################################
 ## Additional options for Debian GNU/Linux
 ###############################################################




More information about the debian-med-commit mailing list