Skip to content

Instantly share code, notes, and snippets.

@0x07CB
Created May 3, 2023 23:10
Show Gist options
  • Save 0x07CB/071c096477658c5456d1f97171839db1 to your computer and use it in GitHub Desktop.
Save 0x07CB/071c096477658c5456d1f97171839db1 to your computer and use it in GitHub Desktop.
ParrotOS Apps Launcher | ouvre_et_ferme-lecteur-optique - shotcuts - launcher - desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon=mate-panel-launcher
Icon[fr_FR]=mate-panel-launcher
Exec=/usr/bin/eject -t
Name[fr_FR]=ferme-lecteur-optique
Name=ferme-lecteur-optique
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon=mate-panel-launcher
Icon[fr_FR]=mate-panel-launcher
Exec=/usr/bin/eject -T
Name[fr_FR]=ouvre-lecteur-optique
Name=ferme-lecteur-optique
@0x07CB
Copy link
Author

0x07CB commented May 4, 2023

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment