~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to kdelirc/profiles/klauncher.profile.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-05-28 09:49:30 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100528094930-jzynf0obv1n2v13a
Tags: 4:4.4.80-0ubuntu1~ppa1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<!DOCTYPE profile SYSTEM "profile.dtd">
3
 
<profile id="KLauncher" servicename="org.kde.klauncher">
4
 
        <name>KDE Program Launcher</name>
5
 
        <author>Gav Wood</author>
6
 
        <action objid="KLauncher" prototype="void kdeinit_exec(QString, QStringList, QStringList, QString)" repeat="0" autostart="0">
7
 
                <name>Execute</name>
8
 
                <comment>Runs a program or script</comment>
9
 
                <argument type="QString"><comment>The executable name and path of the program or script to run</comment></argument>
10
 
                <argument type="QStringList"><comment>Parameters for the program or script</comment></argument>
11
 
                <argument type="QStringList"><comment>Environment variables</comment></argument>
12
 
                <argument type="QString"><comment>Startup ID</comment></argument>
13
 
        </action>
14
 
        <action objid="KLauncher" prototype="void kdeinit_exec_wait(QString, QStringList)" repeat="0" autostart="0">
15
 
                <name>Execute and Wait</name>
16
 
                <comment>Runs a program or script and waits for it to finish</comment>
17
 
                <argument type="QString"><comment>The executable name and path of the program or script to run</comment></argument>
18
 
                <argument type="QStringList"><comment>Parameters for the program or script</comment></argument>
19
 
        </action>
20
 
</profile>