Skip to content
Snippets Groups Projects
Commit 485302f9 authored by Albert Gräf's avatar Albert Gräf
Browse files

Remove the -rt -audiobuf options from the desktop files.

parent 4cbd18bb
No related branches found
No related tags found
No related merge requests found
[Desktop Entry]
Name=Pd-L2Ork DEBUG
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment, Debug Version
Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -rt -audiobuf 20 -d 3 %U"
Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -d 3 %U"
Terminal=true
Type=Application
Icon=pd-l2ork-red.xpm
......@@ -11,11 +11,11 @@ MimeType=application/x-puredata;
[Desktop Action ALSA]
Name=ALSA
Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20 -d 3"
Exec=/bin/sh -c "pd-l2ork -alsa -d 3"
[Desktop Action JACK]
Name=JACK
Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20 -d 3"
Exec=/bin/sh -c "pd-l2ork -jack -d 3"
[Desktop Action ForceQuit]
Name=Force Quit Pd-L2Ork
......
[Desktop Entry]
Name=Pd-L2Ork K12 DEBUG
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students, Debug Version
Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -k12 -noautopatch -rt -audiobuf 20 -d 3 %U"
Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -k12 -noautopatch -d 3 %U"
Terminal=true
Type=Application
Icon=pd-l2ork-k12-red.xpm
......@@ -11,11 +11,11 @@ MimeType=application/x-puredata;
[Desktop Action ALSA]
Name=ALSA
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -alsa -audiobuf 20 -d 3"
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -alsa -d 3"
[Desktop Action JACK]
Name=JACK
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20 -d 3"
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -jack -d 3"
[Desktop Action ForceQuit]
Name=Force Quit Pd-L2Ork
......
[Desktop Entry]
Name=Pd-L2Ork K12
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students
Exec=pd-l2ork -k12 -noautopatch -rt -audiobuf 20 %U
Exec=pd-l2ork -k12 -noautopatch %U
Terminal=false
Type=Application
Icon=pd-l2ork-k12.xpm
......@@ -11,11 +11,11 @@ MimeType=application/x-puredata;
[Desktop Action ALSA]
Name=ALSA
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -alsa -audiobuf 20"
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -alsa"
[Desktop Action JACK]
Name=JACK
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20"
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -jack"
[Desktop Action ForceQuit]
Name=Force Quit Pd-L2Ork
......
[Desktop Entry]
Name=Pd-L2Ork
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment
Exec=pd-l2ork -rt -audiobuf 20 %U
Exec=pd-l2ork %U
Terminal=false
Type=Application
Icon=pd-l2ork.xpm
......@@ -15,12 +15,12 @@ MimeType=application/x-puredata;
[Desktop Action ALSA]
# Force ALSA audio.
Name=ALSA
Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20"
Exec=/bin/sh -c "pd-l2ork -alsa"
[Desktop Action JACK]
# Force JACK audio.
Name=JACK
Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20"
Exec=/bin/sh -c "pd-l2ork -jack"
[Desktop Action ForceQuit]
# Kill all running instances of Purr Data and the corresponding nw.js
......@@ -36,15 +36,15 @@ Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
[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 -rt -audiobuf 20"
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 -rt -audiobuf 20"
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
Exec=/bin/sh -c "purr-data -noprefs -rt -audiobuf 20"
Exec=/bin/sh -c "purr-data -noprefs"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment