I know that I told that before... Kubuntu's programmers have strange Ideas. Anyways, you can do the following:
open the file /home/<me>/.kde/share/apps/konq-kubuntu.rc
look for the line: <Menu append="about_merge" name="help" >
just before this line, add the following:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<Menu append="settings_merge" name="window" >
<text>&Window</text>
<Action name="splitviewh" />
<Action name="splitviewv" />
<Action name="removeview" />
<Separator/>
<Action name="newtab" />
<Action name="duplicatecurrenttab" />
<Action name="breakoffcurrenttab" />
<Action name="removecurrenttab" />
<Separator/>
<Action name="tab_move_left" />
<Action name="tab_move_right" />
<Separator/>
<ActionList name="toggleview" />
</Menu>
|
After restarting konqueror, the menu will appear