#################################################################
#
# /etc/varkon/varkonrc
#
# Configfile for debianized version of VARKON
#
# If this file is found in /home/shelma/.varkon/varkonrc it will override
# the system defaults.
#
# See the comments below for instructions on how to configure
# your installation.
#
# Heavily modified from the original varkon startscript
# by Stephan Helma and released under GPL to the public.
#
#################################################################

# Language of VARKON installation.
VARKON_LANG=english

# Standard menufiles  (*.MDF, *.INC).
VARKON_MDF=/etc/varkon/mdf/$VARKON_LANG

# Fonts for graphical text.
VARKON_FNT=/etc/varkon/cnf/fnt

# Plotter configuration.
# The user need write access to this directory (?).
VARKON_PLT=/etc/varkon/cnf/plt

# Icon bitmaps for buttons.
VARKON_ICO=/etc/varkon/cnf/icons

# Tolerances.
VARKON_TOL=/etc/varkon/cnf/tol

# Standard resources for X-Windows
# Please use VARKON_USER_INI for your own ini file
# (usually `$HOME/.varkon/cnf/ini/$VARKON_LANG/linux')
VARKON_INI=/etc/varkon/cnf/ini/$VARKON_LANG/linux

# Error messages   (*.ERM).
VARKON_ERM=/usr/share/varkon/erm

# System module library   (*.MBO).
VARKON_LIB=/usr/share/varkon/lib

# The VARKON documentation (*.htm).
VARKON_DOC=/usr/share/varkon/man

# Temporary files.
# On a network this directory should usually reside on the local
# machine so you may set it up differently for different users.
# The user need write access to this directory
VARKON_TMP=/tmp

# Path to shared OpenGL Library
LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

# VARKON executable
VARKON_EXE=xvarkon

# VARKON options
VARKON_OPT=" -i$VARKON_INI"

# Project files  (*.PID).
# The user need write access to this directory.
VARKON_PID=$HOME/varkon/pid

# Default root for VARKON applications.
# The user need write access to this directory.
VARKON_PRD=$HOME/varkon/app

# Path for VARKON applications.
# The xvarkon and plotter programs are stored in '/usr/lib/varkon'.
PATH=/usr/lib/varkon:$PATH
