Skip to content

Instantly share code, notes, and snippets.

@naranyala
Created July 2, 2025 08:39
Show Gist options
  • Save naranyala/2492820496127722104882e3c9535744 to your computer and use it in GitHub Desktop.
Save naranyala/2492820496127722104882e3c9535744 to your computer and use it in GitHub Desktop.
fix your hidden snap packages, make it visible globally, like inside launcher
#!/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