/usr/share/kde4/apps/k3b/k3bdeviceui.rc is in k3b-data 2.0.2-7ubuntu1.
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 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="k3b" version="13">
<MenuBar>
<Menu name="device"><text>&Device</text>
<Action name ="device_diskinfo" />
<Separator/>
<Action name ="device_unmount" />
<Action name ="device_mount" />
<Action name ="device_eject" />
<Action name ="device_load" />
<Separator/>
<Action name ="device_set_read_speed" />
</Menu>
</MenuBar>
</kpartgui>
|