Skip to content

Instantly share code, notes, and snippets.

@foundObjects
Created October 2, 2020 04:07
Show Gist options
  • Save foundObjects/3cfeb221bc32d04cab5c1c73c12ba14f to your computer and use it in GitHub Desktop.
Save foundObjects/3cfeb221bc32d04cab5c1c73c12ba14f to your computer and use it in GitHub Desktop.
fix LSP_ app spew in Arch/Gnome
echo "[Desktop Entry]
Hidden=true" > /tmp/1
find /usr -name "*lsp_plug*desktop" 2>/dev/null | cut -f 5 -d '/' | xargs -I {} cp /tmp/1 ~/.local/share/applications/{}
# find /usr -name "*lsp_plug*desktop" 2>/dev/null | cut -f 5 -d '/' | xargs -I {} echo {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment