source: branches/nameserver/HELP_SOURCE/oldhelp/arb_envar.hlp

Last change on this file was 17595, checked in by westram, 6 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           ARB environment variables
12
13OCCURRENCE      Anywhere
14
15DESCRIPTION     Arb is aware of several environment variables:
16
17                    ARBHOME
18
19                        Should be set to the arb install directory
20                        (usually /usr/arb)
21
22                    LD_LIBRARY_PATH
23
24                        path to system libraries (should contain $ARBHOME/lib (i.e. /usr/arb/lib if $ARBHOME is /usr/arb)).
25                        Set by the 'arb' script.
26                        (Note: unused/does not work under OSX, because of SIP)
27
28
29                    ARB_TEXTEDIT
30
31                        The NAME (e.g. "gedit") of the editor you like to use
32                        when editing textlike files via ARB
33                        (used by script arb_textedit. auto-detected if undefined)
34
35                    ARB_XTERM
36
37                            The call which is needed to create a normal xterm
38                            (default: xterm -sl 1000 -sb -geometry 150x60
39                             Note: until arb-6.0.x geometry defaulted to "120x50")
40
41
42                    ARB_XCMD
43
44                            The call which is needed to create a xterm invoking external programs
45                            (default: $ARB_XTERM -e ).
46
47                    USER
48
49                            your username (normally set by shell).
50
51                    PRINTER
52
53                            if PRINTER is defined, it may contain the name of your printer. ARB will
54                            then automatically use it in the printer command.
55
56                    ARB_PID
57
58                            internal PID for communication (set by the 'arb' script)
59
60                    ARBMACRO
61
62                            directory name where global ARB-macros may be provides by system administrator
63                            (default: $ARBHOME/lib/macros )
64
65                    ARB_PROP
66
67                            directory name where your local ARB-properties will be saved to/loaded from
68                            (default: $HOME/.arb_prop ).
69                            Allows to use different ARB configurations in the same user account.
70
71                    ARBMACROHOME
72
73                            directory name where your local ARB-macros will be saved to/loaded from
74                            (default: $ARB_PROP/macros )
75
76                    ARBCONFIG
77
78                            directory name where your local ARB-configs will be saved to/loaded from
79                            (default: $ARB_PROP/cfgSave )
80
81                    ARB_GS
82
83                            name of postscript viewer used by ARB
84                            (default: 'gv' or 'ghostview')
85
86                    ARB_PDFVIEW
87
88                            name of pdf viewer used by ARB
89                            (default: 'epdfview' or 'acroread' or 'gv')
90
91                    ARB_WORKDIR
92
93                            extra directory appearing in ARB-File-Browsers
94                            (default: none)
95
96                    ARB_DOC
97
98                            directory where ARB searches for *.ps, *.ps.gz, *.pdf
99                            and *.pdf.gz (default: $ARBHOME/lib/help)
100
101                    ARB_HTMLDOC
102
103                            directory where ARB searches for *.html help files
104                            (default: $ARBHOME/lib/help_html)
105
106NOTES           Short description of how to set an environment variable:
107
108                        1. for bash users (add to .bashrc):
109
110                           ARB_GS='my_special_postscript_viewer'
111                           export  ARB_GS
112
113                        2. for tcsh users (add to .cshrc):
114
115                           setenv ARB_GS 'my_special_postscript_viewer'
116
117EXAMPLES        None
118
119WARNINGS        None
120
121BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.