28 lines
717 B
Desktop File
Executable file
28 lines
717 B
Desktop File
Executable file
[Desktop Entry]
|
|
Version=1.5
|
|
Type=Application
|
|
Name=Looper
|
|
Comment=An audio player that can properly loop audio files
|
|
GenericName=Looping audio player
|
|
Exec=looper -n %f
|
|
Icon=looper
|
|
StartupWMClass=looper;com.complecwaft.Looper;com.complecwaft.Looper.GTK
|
|
MimeType=audio/x-wav;audio/ogg;audio/x-vorbis+ogg;audio/x-opus+ogg;audio/mpeg;audio/flac;audio/xm;audio/x-mod;
|
|
Categories=Audio;AudioVideo;
|
|
Terminal=false
|
|
SingleMainWindow=true
|
|
StartupNotify=false
|
|
Actions=Open;Daemon;Quit;
|
|
Hidden=false
|
|
PrefersNonDefaultGPU=false
|
|
[Desktop Action Open]
|
|
Name=Open Window
|
|
Icon=window-new
|
|
Exec=looper
|
|
[Desktop Action Quit]
|
|
Name=Quit Looper
|
|
Icon=application-exit
|
|
Exec=looper -q
|
|
[Desktop Action Daemon]
|
|
Name=Start Daemon
|
|
Exec=looper -d -n
|