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
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.
sudo cp /usr/share/qtermwidget5/color-schemes/{Kali-Dark.colorscheme,Kali-Light.colorscheme} /usr/share/qtermwidget6/color-schemes/
The post directly above yours.
Of course I tried that command. But I have problem with that. I solve it by myself. Thanks
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!
if someone comes looking for a solution
sudo cp /usr/share/qtermwidget5/color-schemes/* /usr/share/qtermwidget6/color-schemes/
sudo cp /usr/share/qtermwidget5/color-schemes/* /usr/share/qtermwidget6/color-schemes/
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.