From 31044b6702f7ecba4546887428645b1de6b0fd20 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Tue, 20 Aug 2019 07:41:18 +0200 Subject: [PATCH] Remove leftover TargetEnvironment=Unity lines. --- packages/linux_make/pd-l2ork-debug.desktop | 3 --- packages/linux_make/pd-l2ork-k12-debug.desktop | 3 --- packages/linux_make/pd-l2ork-k12.desktop | 3 --- packages/linux_make/pd-l2ork.desktop | 3 --- 4 files changed, 12 deletions(-) diff --git a/packages/linux_make/pd-l2ork-debug.desktop b/packages/linux_make/pd-l2ork-debug.desktop index a7db51e74..11b3f84f3 100755 --- a/packages/linux_make/pd-l2ork-debug.desktop +++ b/packages/linux_make/pd-l2ork-debug.desktop @@ -12,14 +12,11 @@ MimeType=application/x-puredata; [Desktop Action ALSA] Name=ALSA Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20 -d 3" -TargetEnvironment=Unity [Desktop Action JACK] Name=JACK Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20 -d 3" -TargetEnvironment=Unity [Desktop Action ForceQuit] Name=Force Quit Pd-L2Ork Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw" -TargetEnvironment=Unity diff --git a/packages/linux_make/pd-l2ork-k12-debug.desktop b/packages/linux_make/pd-l2ork-k12-debug.desktop index 92a9c96bf..29b9bac75 100755 --- a/packages/linux_make/pd-l2ork-k12-debug.desktop +++ b/packages/linux_make/pd-l2ork-k12-debug.desktop @@ -12,14 +12,11 @@ MimeType=application/x-puredata; [Desktop Action ALSA] Name=ALSA Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -alsa -audiobuf 20 -d 3" -TargetEnvironment=Unity [Desktop Action JACK] Name=JACK Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20 -d 3" -TargetEnvironment=Unity [Desktop Action ForceQuit] Name=Force Quit Pd-L2Ork Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw" -TargetEnvironment=Unity diff --git a/packages/linux_make/pd-l2ork-k12.desktop b/packages/linux_make/pd-l2ork-k12.desktop index 3fab4b6bf..eaec5920d 100755 --- a/packages/linux_make/pd-l2ork-k12.desktop +++ b/packages/linux_make/pd-l2ork-k12.desktop @@ -12,14 +12,11 @@ MimeType=application/x-puredata; [Desktop Action ALSA] Name=ALSA Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -alsa -audiobuf 20" -TargetEnvironment=Unity [Desktop Action JACK] Name=JACK Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20" -TargetEnvironment=Unity [Desktop Action ForceQuit] Name=Force Quit Pd-L2Ork Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw" -TargetEnvironment=Unity diff --git a/packages/linux_make/pd-l2ork.desktop b/packages/linux_make/pd-l2ork.desktop index d1104155c..8d108a4a9 100755 --- a/packages/linux_make/pd-l2ork.desktop +++ b/packages/linux_make/pd-l2ork.desktop @@ -16,13 +16,11 @@ MimeType=application/x-puredata; # Force ALSA audio. Name=ALSA Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20" -TargetEnvironment=Unity [Desktop Action JACK] # Force JACK audio. Name=JACK Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20" -TargetEnvironment=Unity [Desktop Action ForceQuit] # Kill all running instances of Purr Data and the corresponding nw.js @@ -31,7 +29,6 @@ TargetEnvironment=Unity # it's completely locked up. Name=Force Quit Pd-L2Ork 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 # these, add them to the Actions= line above. -- GitLab