summaryrefslogtreecommitdiffstats
path: root/kdelirc/profiles/klauncher.profile.xml
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch)
tree8d927b7b47a90c4adb646482a52613f58acd6f8c /kdelirc/profiles/klauncher.profile.xml
downloadtdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz
tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdelirc/profiles/klauncher.profile.xml')
-rw-r--r--kdelirc/profiles/klauncher.profile.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/kdelirc/profiles/klauncher.profile.xml b/kdelirc/profiles/klauncher.profile.xml
new file mode 100644
index 0000000..436a04d
--- /dev/null
+++ b/kdelirc/profiles/klauncher.profile.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" ?>
+<!DOCTYPE profile SYSTEM "profile.dtd">
+<profile id="klauncher">
+ <name>KDE Program Launcher</name>
+ <author>Gav Wood</author>
+ <action objid="default" prototype="void kdeinit_exec(QString, QStringList)" repeat="0" autostart="0">
+ <name>Execute</name>
+ <comment>Runs a program or script</comment>
+ <argument type="QString"><comment>The executable name and path of the program or script to run</comment></argument>
+ <argument type="QStringList"><comment>Parameters for the program or script</comment></argument>
+ </action>
+ <action objid="default" prototype="void kdeinit_exec_wait(QString, QStringList)" repeat="0" autostart="0">
+ <name>Execute and Wait</name>
+ <comment>Runs a program or script and waits for it to finish</comment>
+ <argument type="QString"><comment>The executable name and path of the program or script to run</comment></argument>
+ <argument type="QStringList"><comment>Parameters for the program or script</comment></argument>
+ </action>
+</profile>