Ubuntu snap apps disappeared from my launcher
If you are using Ubuntu 18.04 and have zsh as your default shell as I am, you may find that your snap apps (e.g. Discord, Spotify) have disappeared from the Ubuntu launcher.
Thanks to this thread, I was able to fix this by adding this line to /etc/zsh/zprofile
:
emulate sh -c 'source /etc/profile.d/apps-bin-path.sh'
A one-line command to do this:
echo "emulate sh -c 'source /etc/profile.d/apps-bin-path.sh'" | sudo tee -a /etc/zsh/zprofile
Written by 0x414A
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#