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

Remove useless %U arguments from desktop actions.

These aren't going to be substituted in desktop actions anyway, because
desktop actions are supposed to be chosen from a menu, not being dragged to.
parent 4763c674
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,12 @@ MimeType=application/x-puredata;
[Desktop Action ALSA]
Name=ALSA
Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20 -d 3 %U"
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 %U"
Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20 -d 3"
TargetEnvironment=Unity
[Desktop Action ForceQuit]
......
......@@ -11,12 +11,12 @@ MimeType=application/x-puredata;
[Desktop Action ALSA]
Name=ALSA
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -alsa -audiobuf 20 -d 3 %U"
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 %U"
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20 -d 3"
TargetEnvironment=Unity
[Desktop Action ForceQuit]
......
......@@ -11,12 +11,12 @@ MimeType=application/x-puredata;
[Desktop Action ALSA]
Name=ALSA
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -alsa -audiobuf 20 %U"
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 %U"
Exec=/bin/sh -c "pd-l2ork -k12 -noautopatch -rt -jack -audiobuf 20"
TargetEnvironment=Unity
[Desktop Action ForceQuit]
......
......@@ -11,12 +11,12 @@ MimeType=application/x-puredata;
[Desktop Action ALSA]
Name=ALSA
Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20 %U"
Exec=/bin/sh -c "pd-l2ork -rt -alsa -audiobuf 20"
TargetEnvironment=Unity
[Desktop Action JACK]
Name=JACK
Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20 %U"
Exec=/bin/sh -c "pd-l2ork -rt -jack -audiobuf 20"
TargetEnvironment=Unity
[Desktop Action ForceQuit]
......
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