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

Remove leftover TargetEnvironment=Unity lines.

parent f74b6d42
No related branches found
No related tags found
No related merge requests found
...@@ -12,14 +12,11 @@ MimeType=application/x-puredata; ...@@ -12,14 +12,11 @@ MimeType=application/x-puredata;
[Desktop Action ALSA] [Desktop Action ALSA]
Name=ALSA Name=ALSA
Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20 -d 3" Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20 -d 3"
TargetEnvironment=Unity
[Desktop Action JACK] [Desktop Action JACK]
Name=JACK Name=JACK
Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20 -d 3" Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20 -d 3"
TargetEnvironment=Unity
[Desktop Action ForceQuit] [Desktop Action ForceQuit]
Name=Force Quit Pd-L2Ork Name=Force Quit Pd-L2Ork
Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw" Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
TargetEnvironment=Unity
...@@ -12,14 +12,11 @@ MimeType=application/x-puredata; ...@@ -12,14 +12,11 @@ MimeType=application/x-puredata;
[Desktop Action ALSA] [Desktop Action ALSA]
Name=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 -rt -alsa -audiobuf 20 -d 3"
TargetEnvironment=Unity
[Desktop Action JACK] [Desktop Action JACK]
Name=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 -rt -jack -audiobuf 20 -d 3"
TargetEnvironment=Unity
[Desktop Action ForceQuit] [Desktop Action ForceQuit]
Name=Force Quit Pd-L2Ork Name=Force Quit Pd-L2Ork
Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw" Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
TargetEnvironment=Unity
...@@ -12,14 +12,11 @@ MimeType=application/x-puredata; ...@@ -12,14 +12,11 @@ MimeType=application/x-puredata;
[Desktop Action ALSA] [Desktop Action ALSA]
Name=ALSA Name=ALSA
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -alsa -audiobuf 20" Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -alsa -audiobuf 20"
TargetEnvironment=Unity
[Desktop Action JACK] [Desktop Action JACK]
Name=JACK Name=JACK
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20" Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20"
TargetEnvironment=Unity
[Desktop Action ForceQuit] [Desktop Action ForceQuit]
Name=Force Quit Pd-L2Ork Name=Force Quit Pd-L2Ork
Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw" Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
TargetEnvironment=Unity
...@@ -16,13 +16,11 @@ MimeType=application/x-puredata; ...@@ -16,13 +16,11 @@ MimeType=application/x-puredata;
# Force ALSA audio. # Force ALSA audio.
Name=ALSA Name=ALSA
Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20" Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20"
TargetEnvironment=Unity
[Desktop Action JACK] [Desktop Action JACK]
# Force JACK audio. # Force JACK audio.
Name=JACK Name=JACK
Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20" Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20"
TargetEnvironment=Unity
[Desktop Action ForceQuit] [Desktop Action ForceQuit]
# Kill all running instances of Purr Data and the corresponding nw.js # Kill all running instances of Purr Data and the corresponding nw.js
...@@ -31,7 +29,6 @@ TargetEnvironment=Unity ...@@ -31,7 +29,6 @@ TargetEnvironment=Unity
# it's completely locked up. # it's completely locked up.
Name=Force Quit Pd-L2Ork Name=Force Quit Pd-L2Ork
Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw" Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
TargetEnvironment=Unity
# Here are some more examples of actions that you may find useful. To enable # Here are some more examples of actions that you may find useful. To enable
# these, add them to the Actions= line above. # these, add them to the Actions= line above.
......
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