Skip to content

Instantly share code, notes, and snippets.

@valorad
Created December 30, 2021 16:14
Show Gist options
  • Save valorad/641ccf634c05bfb24cc1b3fb66306704 to your computer and use it in GitHub Desktop.
Save valorad/641ccf634c05bfb24cc1b3fb66306704 to your computer and use it in GitHub Desktop.
Using fish shell on Fedora LXQT Desktop

Using fish shell on Fedora LXQT Desktop

  1. Install fish
sudo dnf install fish
  1. Change default shell to fish
chsh -s /usr/bin/fish
# If chsh not found, you can install it by: sudo dnf install util-linux-user
  1. Get your Flatpak working by following this gist

  2. The qterminal uses bash shell No Matter What (Not sure if it's a bug in qterminal or LXQT desktop).

So, the workaround is:

  • Use the Fish app in the start menu, or

  • Create a desktop shortcut for qterminal, then run from there. The shortcut looks like:

[Desktop Entry]
Type=Application
Icon=utilities-terminal
Exec=qterminal -e "fish --login"
Terminal=false
Categories=Qt;System;TerminalEmulator;
Actions=Dropdown;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment