Page 1 of 1

After install lxterminal it starts fish?

Posted: Sat Aug 19, 2023 1:22 pm
by Ken E Unix
After installing lxterminal as sudo pkg install lxterminal when typing in lxterminal fish comes up?

lxterminal is in /usr/local/bin as -r-xr-xr-x 1 root wheel 72464 Jul 19 16:23 lxterminal

GhostBSD is at 23.07.29

Any ideas? Thanks

Re: After install lxterminal it starts fish?

Posted: Sun Aug 20, 2023 5:38 am
by chimay
I'm new to GhostBSD, but I have also fish in mate-terminal, so it must be the default login shell.

Or maybe you've changed it with chsh ?

Re: After install lxterminal it starts fish?

Posted: Sun Aug 20, 2023 8:49 am
by ericbsd
Ken E Unix wrote: Sat Aug 19, 2023 1:22 pm After installing lxterminal as sudo pkg install lxterminal when typing in lxterminal fish comes up?
This sentence is confusing to me. Could you explain your problem better?

Re: After install lxterminal it starts fish?

Posted: Sun Aug 20, 2023 9:52 am
by nevets
Fish is the GhostBSD default TE.
You can change the TE to another.
https://forums.ghostbsd.org/viewtopic.php?f=76&t=2520

Re: After install lxterminal it starts fish?

Posted: Sun Aug 20, 2023 10:37 am
by Ken E Unix
Hi. I have a setup as I do on other systems where I have desktop launchers to run lxterminal:

[Desktop Entry]
Version=1.0
Type=Application
Name=LX Terminal
Comment=
Exec=lxterminal
Icon=computer
Path=
Terminal=false
StartupNotify=false

Yet executing this it runs fish?

This is what is in /etc/shells:

/bin/sh
/bin/csh
/bin/tcsh
/usr/local/bin/lxterminal
/usr/local/bin/bash
/usr/local/bin/rbash
/usr/local/bin/fish

Re: After install lxterminal it starts fish?

Posted: Sun Aug 20, 2023 11:31 am
by Ken E Unix
Fixed.

Change : Exec=lxterminal
To read : Exec=lxterminal -e bash

Close