From 9956c68a7a17fdc11fffe7e2121d68818be74ccc Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Mon, 19 Aug 2019 23:26:07 +0200 Subject: [PATCH] Fix wrong descriptions. --- packages/linux_make/pd-l2ork-debug.desktop | 4 ++-- packages/linux_make/pd-l2ork-k12-debug.desktop | 4 ++-- packages/linux_make/pd-l2ork-k12.desktop | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/linux_make/pd-l2ork-debug.desktop b/packages/linux_make/pd-l2ork-debug.desktop index 7fb33d72c..14b15c0d1 100755 --- a/packages/linux_make/pd-l2ork-debug.desktop +++ b/packages/linux_make/pd-l2ork-debug.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Pd-L2Ork DEBUG -Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students +Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment, Debug Version Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -rt -audiobuf 20 -inchannels 2 -outchannels 2 -alsamidi -mididev 0 -d 3 %U" Terminal=true Type=Application @@ -20,6 +20,6 @@ Exec=pd-l2ork -rt -jack -audiobuf 20 -inchannels 2 -outchannels 2 -alsamidi -mid TargetEnvironment=Unity [ForceQuit Shortcut Group] -Name=Force Quit Pd-L2Ork K12 +Name=Force Quit Pd-L2Ork Exec=/usr/bin/killall pd-l2ork pd-gui TargetEnvironment=Unity diff --git a/packages/linux_make/pd-l2ork-k12-debug.desktop b/packages/linux_make/pd-l2ork-k12-debug.desktop index f98c38d09..71c6af9ad 100755 --- a/packages/linux_make/pd-l2ork-k12-debug.desktop +++ b/packages/linux_make/pd-l2ork-k12-debug.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Pd-L2Ork K12 DEBUG -Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students +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 -inchannels 2 -outchannels 2 -alsamidi -mididev 0 -d 3 %U" Terminal=true Type=Application @@ -20,6 +20,6 @@ Exec=pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20 -inchannels 2 -outchannel TargetEnvironment=Unity [ForceQuit Shortcut Group] -Name=Force Quit Pd-L2Ork K12 +Name=Force Quit Pd-L2Ork Exec=/usr/bin/killall pd-l2ork pd-gui TargetEnvironment=Unity diff --git a/packages/linux_make/pd-l2ork-k12.desktop b/packages/linux_make/pd-l2ork-k12.desktop index 9da97ec70..f1b41a896 100755 --- a/packages/linux_make/pd-l2ork-k12.desktop +++ b/packages/linux_make/pd-l2ork-k12.desktop @@ -20,6 +20,6 @@ Exec=pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20 -inchannels 2 -outchannel TargetEnvironment=Unity [ForceQuit Shortcut Group] -Name=Force Quit Pd-L2Ork K12 +Name=Force Quit Pd-L2Ork Exec=/usr/bin/killall pd-l2ork pd-gui TargetEnvironment=Unity -- GitLab