Quick Fix: Adding Snaps to the Debian Menu



Quick Fix: Adding Snaps to the Debian Menu

Quick Fix: Adding Snaps to the Debian Menu

How to add snaps to the menu in Debian 10 with a simple script

#!/bin/bash
find -L ~/.local/share/applications -type l -delete
ln -sf /var/lib/snapd/desktop/applications/*.desktop ~/.local/share/applications/

#fixsnapmenuerror
#addsnapstodebianmenu
#debianandsnappackages

Comments are closed.