Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Konqueror Go menu - missing items
Date: Thu, 03 Apr 2008 11:35:33
Message-Id: 200804031333.19418.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Konqueror Go menu - missing items by Neil Bothwick
1 On Thursday 03 April 2008, Neil Bothwick wrote:
2 > On Thu, 3 Apr 2008 11:52:41 +0200, Alan McKinnon wrote:
3 > > Are we talking about the same thing? I mean the top half, it
4 > > contains Back, Forward and Up items, as well as System:/, Trash:/,
5 > > various removable media and fish/ssh/smb sessions
6 >
7 > I was using my Desktop when I answered before, now I'm using my
8 > laptop and most of my Go menu has disappeared too, the first item is
9 > History. Although I am using KDE 3.5, this laptop does have KDE 4
10 > installed, whereas the desktop does not. I know you've dabbled in KDE
11 > 4 too, so I wonder if that could be a factor.
12
13 The first time I did notice it was after building kde4 and logging in
14 without taking care to move my ~/.kde out of the way.
15
16 I see the correlation, but having a hard time believing it - 3.5 and 4
17 maintain separate dot dirs and should be completely separate, just like
18 moving from 3.4 to 3.5 did and everything else before. Perhaps there's
19 a collision in /usr/kde/3.5/ between 4 and 3.5?
20
21 On your machine that still works, can you looksee what is in
22 ~/kde3.5/share/apps/konqueor/konquerorrc under the section for the Go
23 menu? Mine looks like such:
24
25 <Menu name="go" >
26 <text>&amp;Go</text>
27 <!-- go_up, go_back, go_forward, go_home: coming from
28 ui_standards.rc --> <Merge/>
29 <Action name="go_history" />
30 <Action name="go_most_often" />
31 <Separator/>
32 <Action name="history" />
33 <Action name="closedtabs" />
34 </Menu>
35
36 and my (excerpted) ui_standards.rc looks like:
37
38 <Menu name="go_web"><text>&amp;Go</text>
39 <Action name="go_up"/>
40 <Action name="go_back"/>
41 <Action name="go_forward"/>
42 <Action name="go_home"/>
43 <Separator/>
44 <MergeLocal/>
45 </Menu>
46 <Menu name="go_document"><text>&amp;Go</text>
47 <Action name="go_previous"/>
48 <Action name="go_next"/>
49 <Action name="go_goto_page"/>
50 <Action name="go_goto_line"/>
51 <Action name="go_goto"/>
52 <Separator/>
53 <Action name="go_first"/>
54 <Action name="go_last"/>
55 <Separator/>
56 <MergeLocal/>
57 </Menu>
58
59 --
60 Alan McKinnon
61 alan dot mckinnon at gmail dot com
62
63 --
64 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Konqueror Go menu - missing items Peter Ruskin <peter.ruskin@×××××××××.com>
Re: [gentoo-user] Konqueror Go menu - missing items Neil Bothwick <neil@××××××××××.uk>