/usr/share/kde4/apps/kopete/kopetechatwindow.rc is in kopete 4:16.08.1-3.
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | <!DOCTYPE kpartgui>
<kpartgui version="45" name="kopetechatwindow">
<MenuBar>
<Menu noMerge="1" name="file">
<text>&Chat</text>
<Action name="chat_send" />
<Action name="chat_send_file" />
<Action name="file_save" />
<Action name="file_print" />
<Separator lineSeparator="true"/>
<Action name="contacts_menu"/>
<Merge/>
<Separator lineSeparator="true"/>
<Action name="tabs_close_others"/>
<Action name="tabs_close"/>
<Action name="file_quit" />
</Menu>
<Menu name="format" >
<text>&Format</text>
<Action name="format_smiley"/>
</Menu>
<Menu name="tabs" >
<text>&Tabs</text>
<Action name="tabs_placement"/>
<Action name="tabs_detach"/>
<Action name="tabs_detachmove"/>
<Action name="tabs_left"/>
<Action name="tabs_right"/>
<Action name="tabs_active"/>
</Menu>
<Menu name="settings">
<text>&Settings</text>
<Merge name="StandardToolBarMenuHandler" />
<Action name="enable_auto_spell_check" />
<Action append="show_merge" name="show_participants_widget" />
<Action append="show_merge" name="options_styles"/>
<Action append="configure_merge" name="settings_prefs" />
</Menu>
<Merge/>
</MenuBar>
<ToolBar name="mainToolBar" fullWidth="true" hidden="true">
<text>Main Toolbar</text>
<Merge />
</ToolBar>
<ToolBar name="chatToolBar">
<text>Chat Toolbar</text>
<Action name="chat_send_file" />
<Action name="format_smiley"/>
<Action name="show_participants_widget" />
<Separator weakSeparator="true" lineSeparator="true"/>
<Merge />
<Action name="spacer"/>
<Separator weakSeparator="true" lineSeparator="true"/>
<Action name="toolbar_animation"/>
</ToolBar>
<ToolBar name="statusToolBar" hidden="true">
<text>Status</text>
</ToolBar>
<ToolBar name="formatToolBar" hidden="true" newline="true">
<text>Format Toolbar</text>
<Merge />
</ToolBar>
</kpartgui>
|