use <command> for the execute actions in menu.xml
This commit is contained in:
parent
172e93b350
commit
c41886288a
1 changed files with 8 additions and 8 deletions
|
@ -4,28 +4,28 @@
|
|||
|
||||
<menu id="games-menu" label="Games">
|
||||
<item label="Crack-Attack">
|
||||
<action name="Execute"><execute>crack-attack</execute></action>
|
||||
<action name="Execute"><command>crack-attack</command></action>
|
||||
</item>
|
||||
<item label="XFRisk">
|
||||
<action name="Execute"><execute>xfrisk</execute></action>
|
||||
<action name="Execute"><command>xfrisk</command></action>
|
||||
</item>
|
||||
<item label="Quake III">
|
||||
<action name="Execute"><execute>quake3</execute></action>
|
||||
<action name="Execute"><command>quake3</command></action>
|
||||
</item>
|
||||
</menu>
|
||||
|
||||
<menu id="apps-menu" label="Applications">
|
||||
<item label="Xterm">
|
||||
<action name="Execute"><execute>xterm</execute></action>
|
||||
<action name="Execute"><command>xterm</command></action>
|
||||
</item>
|
||||
<item label="Mozilla">
|
||||
<action name="Execute"><execute>mozilla</execute></action>
|
||||
<action name="Execute"><command>mozilla</command></action>
|
||||
</item>
|
||||
<item label="Gaim">
|
||||
<action name="Execute"><execute>gaim</execute></action>
|
||||
<action name="Execute"><command>gaim</command></action>
|
||||
</item>
|
||||
<item label="Quark">
|
||||
<action name="Execute"><execute>strange-quark</execute></action>
|
||||
<action name="Execute"><command>strange-quark</command></action>
|
||||
</item>
|
||||
</menu>
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
|||
<item label="ObConf">
|
||||
<action name="Execute">
|
||||
<startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotify>
|
||||
<execute>obconf</execute>
|
||||
<command>obconf</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Reconfigure">
|
||||
|
|
Loading…
Reference in a new issue