Skip to content

Instantly share code, notes, and snippets.

@lmlsna
Created February 23, 2019 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmlsna/3946c31bd4809faf82ee786fbacdd492 to your computer and use it in GitHub Desktop.
Save lmlsna/3946c31bd4809faf82ee786fbacdd492 to your computer and use it in GitHub Desktop.
Get a list of what is being shown in the Ubuntu Desktop's applications menu
#!/bin/bash
grep -Li 'nodisplay=true' /usr/share/applications/*.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment