Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat > ~/.local/share/applications/run-pie-executable-seen-as-shared-library.desktop <<\EOF
- [Desktop Entry]
- Version=1.0
- Type=Application
- Name=Run PIE executable seen as shared library
- Exec=/bin/sh -c '%U'
- TryExec=/bin/sh
- Icon=application-x-executable
- Categories=System
- StartupNotify=true
- NoDisplay=true
- MimeType=application/x-sharedlib;
- EOF
- xdg-desktop-menu install ~/.local/share/applications/run-pie-executable-seen-as-shared-library.desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement