Zachary Hall
775505120b
Some checks failed
Build / build-gentoo (push) Failing after 1m3s
Build / download-system-deps (push) Successful in 3m28s
Build / get-source-code (push) Successful in 10m15s
Build / build-deb (push) Failing after 6m7s
Build / build-appimage (push) Successful in 4m32s
Build / build-android (push) Failing after 3m2s
Build / build-windows (push) Failing after 7m25s
28 lines
682 B
Desktop File
Executable file
28 lines
682 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
|
|
MimeType=audio/x-wav;audio/ogg;audio/x-vorbis+ogg;audio/x-opus+ogg;audio/mpeg;audio/flac;audio/xm;audio/x-mod;audio/x-zsound;
|
|
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
|