Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Konqueror Go menu - missing items
Date: Thu, 03 Apr 2008 15:35:31
Message-Id: 20080403163521.7cc968cd@zaphod.digimed.co.uk
In Reply to: Re: [gentoo-user] Konqueror Go menu - missing items by Alan McKinnon
1 On Thu, 3 Apr 2008 13:33:19 +0200, Alan McKinnon wrote:
2
3 > On your machine that still works, can you looksee what is in
4 > ~/kde3.5/share/apps/konqueor/konquerorrc under the section for the Go
5 > menu? Mine looks like such:
6 >
7 > <Menu name="go" >
8 > <text>&amp;Go</text>
9 > <!-- go_up, go_back, go_forward, go_home: coming from
10 > ui_standards.rc --> <Merge/>
11 > <Action name="go_history" />
12 > <Action name="go_most_often" />
13 > <Separator/>
14 > <Action name="history" />
15 > <Action name="closedtabs" />
16 > </Menu>
17
18 It's konqueror.rc here, but the file is definitely different to yours:
19
20 <Menu name="go" >
21 <text>&amp;Go</text>
22 <Action name="back" />
23 <Action name="forward" />
24 <Action name="up" />
25 <Action name="home" />
26 <Separator/>
27 <Action name="go_system" />
28 <Action name="go_applications" />
29 <Action name="go_network_folders" />
30 <Action name="go_settings" />
31 <Action name="go_media" />
32 <Action name="go_dirtree" />
33 <Action name="go_trash" />
34 <Action name="go_autostart" />
35 <Action name="go_history" />
36 <Action name="go_most_often" />
37 <Separator/>
38 <Action name="history" />
39 </Menu>
40
41 I pasted that into the laptop's file and the menu entries are back.
42
43 Thank for pointing out a problem I didn't even know I had and giving me
44 the solution ;-)
45
46
47 --
48 Neil Bothwick
49
50 "I do not fear computers, I fear the lack of them" - Asimov

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Konqueror Go menu - missing items Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] Konqueror Go menu - missing items Uwe Thiem <uwix@××××.na>