diff --git a/packages/linux_make/pd-l2ork-debug.desktop b/packages/linux_make/pd-l2ork-debug.desktop
index a7db51e746dbcae5fd138990f5b9ce93f4f57ea8..11b3f84f3ee6ced9c1f45a803e867885d7dea7fe 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 92a9c96bf24d2ec45a40812896529ec0a15243ce..29b9bac75d1677d6294bd12225a03b0d48653bf0 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 3fab4b6bf7e7d0c20a8082c0f013e3c323045fe3..eaec5920d94bfc87cbb64fdb9a30bfb2457368b5 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 d1104155c1643dc25016ca0531e7d75f39b3bcdd..8d108a4a96aac82af13d5712899dd0acd5bf6791 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.