Quick Fix: Adding Snaps to the Debian Menu

time5 mo agoview0 views

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

Loading comments...