Issues with Konsole

Just installed Garuda after spending the last few months on EndeavourOS, and there were a few things I was wanting assistance with.

For starters, whenever I run commands in the terminal, such as the update command for example, I get this text here " McFly: Upgrading McFly DB to version 3, please wait...thread 'main' panicked at 'McFly error: Unable to add cm
d_tpl to commands (no such table: commands)', src/history/schema.rs:41:17
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace" And I got no clue what to do to make it stop appearing or how to resolve any issues that could be causing it to appear.

Actually, ignore that post. Found this thread here.

Only other thing I was hoping to get a bit of assistance with is disabling Neofetch info appearing by default every single time I open Konsole. I’m not a fan of that, and would prefer a blank terminal whenever I launch it.

You’ll have to take it out of your Fish config, or comment out the lines.

micro .config/fish/config.fish

Way down at the bottom, you’ll see a few lines that run Neofetch or Fastfetch, something like this:

# Run fastfetch if session is interactive
if status --is-interactive && type -q fastfetch
   fastfetch
end

Just comment out the three lines, or delete them.

Welcome to the community @Kenobiwan. :slightly_smiling_face:

7 Likes

Thanks a million, that took care of that annoyance.

1 Like

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