/usr/share/kde4/apps/lemon/lemonui.rc is in lemonpos-data 0.9.2-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="lemon" version="10">
<ToolBar name="aBasicToolBar">
<text>Basic Use Toolbar</text>
<Action name="login" />
<Action name="enterCode" />
<Action name="searchItem" />
<Action name="deleteSelectedItem" />
<Action name="payFocus" />
<Action name="finishTransaction" />
<Action name="cancelTransaction" />
<Action name="cancelTicket"/>
<Action name="reprintTicket"/>
<Action name="cashOut"/>
<Action name="cashIn"/>
<Action name="cashAvailable"/>
<Action name="showProductsGrid"/>
<Action name="showPriceChecker"/>
<Action name="specialOrder"/>
<Action name="specialOrderComplete"/>
</ToolBar>
<ToolBar name="adminToolBar" >
<text>Administrator's Toolbar</text>
<Action name="startOperation" />
<Action name="balance"/>
<Action name="endOfDay"/>
<Action name="suspendSale"/>
<Action name="options_configure" />
<Action name="file_quit" />
</ToolBar>
</kpartgui>
|