-
-
Notifications
You must be signed in to change notification settings - Fork 25
Using specific terminal
Md Jahidul Hamid edited this page Mar 12, 2021
·
3 revisions
JLiveCD runs x-terminal-emulator
command to bring up a chroot terminal which may fail if it is not set or set to an unsupported terminal. When it fails, the terminal command falls back to xterm
.
You can set the primary and secondary (fallback) terminal with JLopt
To change primary terminal, run in a host terminal:
sudo JLopt -t1 actual-terminal-command
To change secondary terminal, run in a host terminal:
sudo JLopt -t2 actual-terminal-command
Example:
sudo JLopt -t1 xfce4-terminal
N.B: Not all terminals are supported. If your terminal does not work, then it is not supported.