Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
4057bf2a
Commit
4057bf2a
authored
Jul 06, 2020
by
Albert Gräf
Browse files
While we're at it, also add some German translations for the desktop menu items.
parent
0eec54ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
packages/linux_make/pd-l2ork-debug.desktop
View file @
4057bf2a
[Desktop Entry]
Name=Pd-L2Ork DEBUG
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment, Debug Version
Comment[de]=L2Ork-Iteration der interaktiven DSP-Umgebung Pure-Data, Debug-Version
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data, version de débogage
Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -d 3 %U"
Terminal=true
...
...
packages/linux_make/pd-l2ork-k12-debug.desktop
View file @
4057bf2a
[Desktop Entry]
Name=Pd-L2Ork K12 DEBUG
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students, Debug Version
Comment[de]=L2Ork-Iteration der interaktiven DSP-Umgebung Pure-Data speziell für Schüler, Debug-Version
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data taillé spécialement pour les étudiants K12, version de débogage
Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -k12 -noautopatch -d 3 %U"
Terminal=true
...
...
packages/linux_make/pd-l2ork-k12.desktop
View file @
4057bf2a
[Desktop Entry]
Name=Pd-L2Ork K12
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students
Comment[de]=L2Ork-Iteration der interaktiven DSP-Umgebung Pure-Data speziell für Schüler
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data taillé spécialement pour les étudiants K12
Exec=pd-l2ork -k12 -noautopatch %U
Terminal=false
...
...
packages/linux_make/pd-l2ork.desktop
View file @
4057bf2a
[Desktop Entry]
Name=Pd-L2Ork
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment
Comment[de]=L2Ork-Iteration der interaktiven DSP-Umgebung Pure-Data
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data
Exec=pd-l2ork %U
Terminal=false
...
...
@@ -29,6 +30,7 @@ Exec=/bin/sh -c "pd-l2ork -jack"
# reason. You might want to add the -9 option to kill the application even if
# it's completely locked up.
Name=Force Quit Pd-L2Ork
Name[de]=Pd-L2Ork sofort beenden
Name[fr]=Forcer à quitter Pd-L2Ork
Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
...
...
@@ -38,11 +40,13 @@ Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
[Desktop Action Unique]
# Launch a new instance of Purr Data each time this action is invoked.
Name=Unique
Name[de]=Unikat
Exec=/bin/sh -c "purr-data -unique"
[Desktop Action Verbose]
# Launch Purr Data in verbose mode (lots of messages useful for debugging).
Name=Verbose
Name[de]=Ausführlich
Name[fr]=Verbeux
Exec=/bin/sh -c "purr-data -verbose"
...
...
@@ -50,5 +54,6 @@ Exec=/bin/sh -c "purr-data -verbose"
# Launch Purr Data without reading its configuration file (useful if the
# program won't launch because the preferences got messed up very badly).
Name=No Prefs
Name[de]=Ohne Voreinstellungen
Name[fr]=Sans Préférence
Exec=/bin/sh -c "purr-data -noprefs"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment