Newer
Older
Name=Pd-L2Ork
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data
Terminal=false
Type=Application
Icon=pd-l2ork.xpm
Albert Gräf
committed
Actions=ALSA;JACK;ForceQuit
Ivica Bukvic
committed
Categories=AudioVideo;Audio;
MimeType=application/x-puredata;
Albert Gräf
committed
# These actions will be shown if you right-click on the application icon in
# your freedesktop.org compliant DE. See: https://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions
Albert Gräf
committed
[Desktop Action ALSA]
Albert Gräf
committed
# Force ALSA audio.
Exec=/bin/sh -c "pd-l2ork -alsa"
Albert Gräf
committed
[Desktop Action JACK]
Albert Gräf
committed
# Force JACK audio.
Exec=/bin/sh -c "pd-l2ork -jack"
Albert Gräf
committed
[Desktop Action ForceQuit]
Albert Gräf
committed
# Kill all running instances of Purr Data and the corresponding nw.js
# processes. Useful as a last resort if the application seems to hang for some
# reason. You might want to add the -9 option to kill the application even if
# it's completely locked up.
Name[fr]=Forcer à quitter Pd-L2Ork
Albert Gräf
committed
Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
Albert Gräf
committed
# Here are some more examples of actions that you may find useful. To enable
# these, add them to the Actions= line above.
[Desktop Action Unique]
# Launch a new instance of Purr Data each time this action is invoked.
Name=Unique
Exec=/bin/sh -c "purr-data -unique"
Albert Gräf
committed
[Desktop Action Verbose]
# Launch Purr Data in verbose mode (lots of messages useful for debugging).
Name=Verbose
Name[fr]=Verbeux
Exec=/bin/sh -c "purr-data -verbose"
Albert Gräf
committed
[Desktop Action NoPrefs]
# Launch Purr Data without reading its configuration file (useful if the
# program won't launch because the preferences got messed up very badly).
Name=No Prefs
Name[fr]=Sans Préférence
Exec=/bin/sh -c "purr-data -noprefs"