Skip to content

Instantly share code, notes, and snippets.

@m4rc377
Created January 15, 2023 03:42
Show Gist options
  • Select an option

  • Save m4rc377/d9179af4e2bd90bacafb280f7dcc8fac to your computer and use it in GitHub Desktop.

Select an option

Save m4rc377/d9179af4e2bd90bacafb280f7dcc8fac to your computer and use it in GitHub Desktop.
Find Broken Shorcut Menu Ubuntu
### https://askubuntu.com/a/44303
for i in {/usr,~/.local}/share/applications/*.desktop; do which $(grep -Poh '(?<=Exec=).*?( |$)' $i) > /dev/null || echo $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment