Issues with fish shell and dragonized theme

Hello, I am relatively new to garuda and today, after restarting my laptop, my command terminal suddenly switched from fish to bash and the dragonized theme is disabled. I have no idea what could have caused this, as I did not do a system update or really much of anything.
So far I have tried reappliying the GTK theme to no avail.
Does anyone know what happened and how i can fix it?
Thanks a lot

Hi, welcome :slight_smile:

Open garuda-assistant and restore what you need.

1 Like

Hi IronicOwl,

Konsole may have switched back to default which it sometimes does if it bombs out and the Garuda reset mentioned above doesn't always work. Try this:

Open Konsole
Click Settings > Configure Console (CTRL+Shift+,)
Choose Profiles
Click on Garuda and then set as default.

That should get you back

5 Likes

Which part dos not work always?

And welcome too :slight_smile:

Hi SGS,

I had exactly the same thing as described after I forcibly closed Konsole, using Assistant to reset the Fish config didn't work for me, still opened as standard Bash prompt.

SF

λ sudo cat /etc/skel/.local/share/konsole/Garuda.profile  
[Appearance]
ColorScheme=Sweetified
Font=FiraCode Nerd Font Mono,12,-1,5,50,0,0,0,0,0
UseFontLineChararacters=true

[Cursor Options]
CursorShape=2
CustomCursorColor=255,0,0
UseCustomCursorColor=true

[General]
Command=/usr/bin/fish
Name=Garuda
Parent=FALLBACK/
TerminalColumns=110

The supplied default config is still correct. The same for the fish config. Please try to copy it in place manually:

cp /etc/skel/.local/share/konsole/Garuda.profile ~/.local/share/konsole/Garuda.profile  
cp /etc/skel/. config/konsolerc ~/.config/konsolerc
cp /etc/skel/.config/fish/config.fish ~/.config/fish/config.fish
7 Likes

Thank you very much, this did it for me. And thanks to all other answers as well!

I might be misreading this, but it looks like the wrong solution was marked.

1 Like

I thought that too but honestly so long as he's working I don't think it matters :slight_smile:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.