Corrected bad path to kiosk_rightclickmenu
This commit is contained in:
@@ -358,7 +358,7 @@
|
|||||||
<context name="root">
|
<context name="root">
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>/usr/local/sbin/kiosk_rightclickmenu</command>
|
<command>/usr/local/bin/kiosk_rightclickmenu</command>
|
||||||
</action>
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
<context name="Client">
|
<context name="Client">
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>/usr/local/sbin/kiosk_rightclickmenu</command>
|
<command>/usr/local/bin/kiosk_rightclickmenu</command>
|
||||||
</action>
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
@@ -374,7 +374,7 @@
|
|||||||
<context name="Frame">
|
<context name="Frame">
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>/usr/local/sbin/kiosk_rightclickmenu</command>
|
<command>/usr/local/bin/kiosk_rightclickmenu</command>
|
||||||
</action>
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|||||||
Reference in New Issue
Block a user