aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isar/interface8
1 files changed, 5 insertions, 3 deletions
diff --git a/isar/interface b/isar/interface
index 85d4d413..bb9a0971 100644
--- a/isar/interface
+++ b/isar/interface
@@ -183,11 +183,13 @@ else
[ "$INITFILE" = false ] && ARGS="$ARGS -q"
- if [ "$WINDOWSYSTEM" = true -a -n "$DISPLAY" ]; then
- [ -n "$XSYMBOL_INSTALLFONTS" -a "$XSYMBOL_SETUP" = true ] && installfonts
- else
+ if [ "$WINDOWSYSTEM" = false ]; then
ARGS="$ARGS -nw"
XSYMBOL=false
+ elif [ -z "$DISPLAY" ]; then
+ XSYMBOL=false
+ else
+ [ -n "$XSYMBOL_INSTALLFONTS" -a "$XSYMBOL_SETUP" = true ] && installfonts
fi
ARGS="$ARGS -l '$SUPER/isar/interface-setup.el'"