Created
July 2, 2025 08:39
-
-
Save naranyala/2492820496127722104882e3c9535744 to your computer and use it in GitHub Desktop.
fix your hidden snap packages, make it visible globally, like inside launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
# make-snap-apps-visible.sh | |
sudo cp /var/lib/snapd/desktop/applications/*.desktop /usr/share/applications/ | |
echo "[DONE] all snap packages visible!" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment