Faulty Terminal Launch

You have a problem with Slackel? Post here and we'll do what we can to help.
Post Reply
atipp
Posts: 42
Joined: 04 May 2016 03:02

Faulty Terminal Launch

Post by atipp »

Code: Select all

 exo-open --launch TerminalEmulator
produces a xterm with blank foreground, therefore, letters are invisible.

Applications>System>Xterm = blank xterm.

Flag "-fg black" would solve the problem. Where to put?
djemos
Site Admin
Posts: 676
Joined: 15 Apr 2016 06:03

Re: Faulty Terminal Launch

Post by djemos »

exo-open is for xfce. I do not use xfce. It is better to ask for it in salix forums.
Installing exo (sudo slapt-get -i exo) in slackel the following packages installed also (libxfce4util xfconf libxfce4ui)
Then exo-open --launch TerminalEmulator asked to choose a terminal and then lxterminal appeared. Background is black and letters are white. It is working fine.
Try this.
If you have xterm installed remove it. Then make a link to lxterminal
cd /usr/bin
sudo ln -sf lxterminal xterm
Post Reply