Kali terminal has changed

Hi everyone,

I don’t know why, or what I did, but my kali 2024 terminal has changed. I don’t like it at all.

How can I switch to the old one? It was like this:

Thanks

That’s just your terminal emulator. Look up how to change it, and which one kali uses currently that you are fond of and then proceed to use that.

They appear to be two different applications. Select qterminal from the menu and if it’s what you’re looking for, go to settings and make sure the default terminal emulator is qterminal.

2 Likes

sudo cp /usr/share/qtermwidget5/color-schemes/{Kali-Dark.colorscheme,Kali-Light.colorscheme} /usr/share/qtermwidget6/color-schemes/

2 Likes

The post directly above yours.

Of course I tried that command. But I have problem with that. I solve it by myself. Thanks :wink:

Part of the point of a fourum is to share any fixes you have for your own problems, to help anyone who later searches for the same issue, and can see what worked!

You solved it yourself, great, how did you solve it, what did you do?
Even if it seems a simple fix, information is best!

2 Likes

if someone comes looking for a solution
sudo cp /usr/share/qtermwidget5/color-schemes/* /usr/share/qtermwidget6/color-schemes/


I have tried lots of stuff but it didn’t work.The new terminal looks pretty bad. I need the old terminal look, as the OP shared (2nd picture). I executed:
sudo cp /usr/share/qtermwidget5/color-schemes/* /usr/share/qtermwidget6/color-schemes/
but nothing changed. I am even unable to change the font type using the Preferences, it sometimes save, sometimes it doesn’t. Can someone help how to fix and revert back to the old kali terminal?

Simply do this:

sudo apt update
sudo apt full-upgrade -y

Then, restart your terminal

i am also facing the same problem and i tried the suggested solution , but its not useful in my case , can anybody suggest something else ?

The problem is that the kali is call the xterm (terminal simulator), to fix you can install the gnome terminal:

sudo apt install gnome-terminal

Fix it with this:

cp /usr/share/qtermwidget6/color-schemes/Kali-Dark.colorscheme /usr/share/qtermwidget5/color-schemes/

Then restart QTerminal and you will have the dark theme available again.