Fish shell menu entry disappears under Budgie

After the latest fish shell update (starting with 4.1.0) the menu entry disappears. I can start it via console but the menu entry is missing.

Not a big problem, but i miss the fish icon :smiley:

Hi @moxdrox ,
Create fish.desktop in ~/.local/share/applications (or /usr…) with this content:

[Desktop Entry]
Version=1.0
Type=Application
Terminal=true
# This file is for use in appimages, which rewrite the path.
# Other uses would have to replace these with the correct path.
Exec=fish
Name=fish
Comment=The user-friendly command line shell
Icon=fish
# "Shell" would be the proper category, but it's reserved so we can't use it.
Categories=ConsoleOnly;System;

Optionally put fish.png into
~/.local/share/icons and drag from menu to launcher area.
drag_it_here

1 Like

That helped. Thank you!

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