/usr/share/kxmlgui5/smb4k/smb4ksharesview_part.rc is in smb4k 2.1.0-1.
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 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="smb4ksharesview_part" version="1">
<MenuBar>
<Menu name="shares"><text>&Shares</text>
<Action name="shares_view_modes"/>
<Separator/>
<Action name="unmount_action"/>
<Action name="unmount_all_action"/>
<Separator/>
<Action name="bookmark_action"/>
<Action name="synchronize_action"/>
<Separator/>
<Action name="konsole_action"/>
<Action name="filemanager_action"/>
</Menu>
</MenuBar>
<ToolBar name="sharesViewToolBar">
<Action name="shares_view_modes"/>
<Separator/>
<Action name="unmount_action"/>
<Action name="unmount_all_action"/>
<Separator/>
<Action name="bookmark_action"/>
<Action name="synchronize_action"/>
<Separator/>
<Action name="konsole_action"/>
<Action name="filemanager_action"/>
</ToolBar>
</gui>
|