Skip to content
Snippets Groups Projects
pd-l2ork.desktop 1.75 KiB
Newer Older
[Desktop Entry]
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
Categories=AudioVideo;Audio;
MimeType=application/x-puredata;
# 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

Exec=/bin/sh -c "pd-l2ork -alsa"
Exec=/bin/sh -c "pd-l2ork -jack"
# 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=Force Quit Pd-L2Ork
Name[fr]=Forcer à quitter Pd-L2Ork
Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"

# 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"

[Desktop Action Verbose]
# Launch Purr Data in verbose mode (lots of messages useful for debugging).
Name=Verbose
Exec=/bin/sh -c "purr-data -verbose"

[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"