I installed a ubuntu 16.4.1 command-line version from the minimal cd. Then I installed x-server
. The command x-terminal-emulator
is linked to the wrapper /usr/bin/lxterm
of xterm
.
Now I want to have my own back- and foreground color if I run lxterm
or x-terminal-emulator
. If I create the ~/.Xdefaults
file which contains the color properties it does not affect the program call lxterm
or x-terminal-emulator
after restarting x-server. It only affects xterm
. How setup those properties for lxterm
?
/etc/alternatives/x-terminal-emulator -fg beige -bg '#2b2c2b'
? Where/etc/alternatives/x-terminal-emulator
is the result ofreadlink /usr/bin/x-terminal-emulator
. Can i prompt replace the symbolic link in that way? – Hölderlin Dec 28 '16 at 04:44lxterm
orxterm
it starts a terminal with different colors. – Hölderlin Dec 28 '16 at 14:34.Xdefaults
achieve thexterm
independently if I executexterm
orx-terminal-emulator
. – Hölderlin Feb 02 '17 at 02:17