You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, October 4th 2005, 4:39am

Konqueror Toolbars

Hi, I seem to be unable to put my location bar in the main toolbar in konqueror. As it is I have one toolbar with several buttons (back, forward, home, etc) and a bunch of empty space, then below it is the location bar/google search bar. I know it is possible to put the location bar (or the google bar) up in the main toolbar but i have been messing around with it for quite awhile and its just not happening. Anyone know what to do?
Thanks

2

Tuesday, October 11th 2005, 4:13pm

RE: Konqueror Toolbars

Hey shifty,

I know I - and this is only for 'File Management' - have now only the "Location Toolbar" shown and I just added all stuff from the Main toolbar to it in the configure toolbars dialog (because I wanted to get rid of the "enlarge and shrink icons" buttons. So you're trying to add the "Location Bar" component as a component of the Main toolbar? I guess it is not possible in Qt (or just KDE?) to have 2 toolbars situated next to each other as it is possible in many others applications. Perhaps you've been trying to do that; I would suggest then to modify the main bar itself.

Greetings,

Xen

3

Saturday, October 15th 2005, 10:21pm

I've got my location bar on the main toolbar. If you are still trying to do this, you can use my copy of ~/.kde/share/apps/konqueror/konqueror.rc. I'm running Konqueror 3.4.2. Within this file you will see the main toolbar described (lines 120 - 136). You may be able to use it to help create the look your going for.

Source code

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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version = '1.0'?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
<gui version="58" name="Konqueror" >
 <MenuBar>
  <Menu noMerge="1" name="file" >
   <text>&amp;Location</text>
   <Action name="new_window" />
   <Action name="newtab" />
   <Action name="duplicate_window" />
   <Action name="open_location" />
   <Separator/>
   <Action name="sendURL" />
   <Action name="sendPage" />
   <Separator/>
   <Merge/>
<!--Includes termination separator-->   <Action name="print" />
   <DefineGroup name="print" />
   <Separator/>
   <ActionList name="openwith" />
<!--Includes termination separator-->   <Action name="quit" />
  </Menu>
  <Menu noMerge="1" name="edit" >
   <text>&amp;Edit</text>
<!--Here is what applies to a selection-->   <Action name="undo" />
   <Action name="cut" />
   <Action name="copy" />
   <Action name="paste" />
   <Action name="rename" />
   <Action name="trash" />
   <Action name="del" />
   <ActionList name="operations" />
<!-- copy files and move files, when two directory views -->   <Separator/>
   <Action name="new_menu" />
   <Separator/>
   <Action name="editMimeType" />
   <Action name="properties" />
   <WeakSeparator/>
   <Merge/>
  </Menu>
  <Menu noMerge="1" name="view" >
   <text>&amp;View</text>
<!--Here is what applies to the active view-->   <ActionList name="viewmode" />
   <Action name="usehtml" />
   <Action name="lock" />
   <Action name="link" />
   <Separator/>
   <Action name="reload" />
   <Action name="stop" />
   <WeakSeparator/>
   <Merge/>
  </Menu>
  <Menu name="go" >
   <text>&amp;Go</text>
   <Action name="back" />
   <Action name="forward" />
   <Action name="up" />
   <Action name="home" />
   <Separator/>
   <Action name="go_applications" />
   <Action name="go_network_folders" />
   <Action name="go_settings" />
   <Action name="go_media" />
   <Action name="go_dirtree" />
   <Action name="go_trash" />
   <Action name="go_autostart" />
   <Action name="go_most_often" />
   <Separator/>
   <Action name="history" />
  </Menu>
  <Action name="bookmarks" />
  <Menu name="tools" >
   <text>&amp;Tools</text>
   <Action name="open_terminal" />
   <Action name="findfile" />
   <WeakSeparator/>
   <Merge/>
  </Menu>
  <Menu noMerge="1" name="settings" >
   <text>&amp;Settings</text>
   <Action name="options_show_menubar" />
   <Merge name="StandardToolBarMenuHandler" />
   <Separator/>
   <Action name="fullscreen" />
   <Separator/>
   <Action name="saveViewPropertiesLocally" />
   <Action name="removeLocalProperties" />
   <Separator/>
   <Action name="loadviewprofile" />
   <Action name="saveviewprofile" />
   <Action name="saveremoveviewprofile" />
   <Separator/>
   <Action name="options_configure_extensions" />
   <Action name="configurespellcheck" />
   <Action name="options_configure_keybinding" />
   <Action name="options_configure_toolbars" />
   <Action name="options_configure" />
  </Menu>
  <Menu append="settings_merge" name="window" >
   <text>&amp;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>
  <Menu append="about_merge" name="help" >
   <text>&amp;Help</text>
   <Action name="konqintro" />
  </Menu>
  <Merge/>
 </MenuBar>
 <ToolBar newline="true" noMerge="1" name="mainToolBar" fullWidth="true" >
  <text>Main Toolbar</text>
  <Action name="back" />
  <Action name="forward" />
  <Action name="up" />
  <Action name="home" />
  <Separator name="separator_3" />
  <Action name="reload" />
  <Action name="stop" />
  <WeakSeparator/>
  <Separator name="separator_2" />
  <Separator lineSeparator="false" name="separator_1" />
  <Action name="toolbar_url_combo" />
  <Separator lineSeparator="false" name="separator_0" />
  <WeakSeparator/>
  <Action name="animated_logo" />
 </ToolBar>
 <ToolBar newline="false" hidden="true" index="1" name="extraToolBar" >
  <text>Extra Toolbar</text>
  <Action name="konq_sidebartng" />
  <Action name="findfile" />
  <Action name="splitviewv" />
  <Action name="splitviewh" />
  <Action name="removeview" />
 </ToolBar>
 <ToolBar newline="true" noMerge="1" name="locationToolBar" fullWidth="true" >
  <text>Location Toolbar</text>
 </ToolBar>
 <ToolBar newline="true" noEdit="true" iconText="icontextright" name="bookmarkToolBar" fullWidth="true" >
  <text>Bookmark Toolbar</text>
 </ToolBar>
 <ActionProperties>
  <Action shortcut="F9" name="konq_sidebartng" />
 </ActionProperties>
</gui>



Good Luck.

mebrelith

Beginner

Posts: 8

Location: Torreón, Coahuila, México

Occupation: Linux aficionado, KDE translator

  • Send private message

4

Tuesday, December 6th 2005, 3:08pm

Having the same problem here. Nothing works so far. Any ideas?
Alejandro Araiza Alvarado "mebrelith"
Linux zealot #373009, KDE advocate.
[Omnia mutantur, nihil interit]

5

Wednesday, December 7th 2005, 5:47pm

RE: Konqueror Toolbars

Why don't you just put the two toolbars side by side by just dragging the location toolbar next to the main one? It is sometimes tricky if you have a very long URL in your history though so you might have to clear the history first.

6

Monday, December 26th 2005, 10:34pm

RE: Konqueror Toolbars

To move Location bar to Main Toolbar you have to remove location bar in Location toolbar and then add it to Main toolbar. This works for me in KDE 3.5.0. But I don't know how to move Google search bar to MAin toolbar :-(