initial commit
[m6w6/m6w6.github.io] / _posts / 2006-05-31-konquerors-viewmode-buttons.md
1 ---
2 title: Konquerors ViewMode Buttons
3 author: m6w6
4 tags:
5 - WTF
6 ---
7
8 If you, after upgrading to Dapper Drake, are missing your beloved ViewMode
9 Buttons in Konqueror, locate
10 `/usr/share/kubuntu-default-settings/kde-profile/default/share/apps/konqueror/konq-kubuntu.rc`
11 and add the following ToolBar node:
12 ```xml
13 <ToolBar newline="false" hidden="false" name="viewModeToolBar" >
14 <text>ViewMode Toolbar</text>
15 <ActionList name="viewmode_toolbar" />
16 </ToolBar>
17 ```
18
19 Yes, you guessed, this drove me mad ;)