View cueripper.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Type=Application | |
Version=2.1.5 | |
Name=CUERipper | |
Comment=Secure CD audio ripper | |
Exec=LANG=ja_JP.UTF-8 WINEPREFIX=/path/to/wine32/prefix wine "/path/to/CUERipper.exe" | |
Icon=/usr/share/icons/breeze/devices/sidebars/media-optical.svg | |
Terminal=false | |
Categories=AudioVideo;Audio |
View cuetools.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Type=Application | |
Version=2.1.5 | |
Name=CUETools | |
Comment=CD audio converter/verifier | |
Exec=LANG=ja_JP.UTF-8 WINEPREFIX=/path/to/wine32/prefix wine "/path/to/CUETools.exe" | |
Icon=/usr/share/icons/breeze/devices/sidebars/media-optical.svg | |
Terminal=false | |
Categories=AudioVideo;Audio |