Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc 3.3 OS: Linux I've switched off the document relations plugin with Tools->Document Relations->Configure->Never Unfortunatley the toolbar keeps re-appearing, though all the buttons are greyed. Test case: Goto http://lwn.net/ Open a story link in a tab, and goto that tab. The toolbar appears.
Just committed a fi, "Never" should work now.
*** Bug 83242 has been marked as a duplicate of this bug. ***
This bug is indicated as RESOLVED since it was opened in June. Well here I am in November still seeing the bug. My version is Konqueror 3.3.1 (on KDE 3.3.1 CVS 20041110). Some details: The Document Relations toolbars appear even though Tools -> Document Relations -> Configure -> Never is set. A Document Relations toolbar first appears when, in tabbed browsing mode, you create a new tab from a link (middle mouse button click). Usually it appears briefly then disappears. Then when you change to the new tab all the previously opened pages Document Relations toolbars appear. This occurs in a cumulative manner. For example, if you open 3 tabs from the first page(4 tabs total) and then close 2 of the new ones, leaving just 2 tabs, switching to the other tab cause 4 Document relations toolbars to appear. This is the main behaviour that I am encountering. It also seems to depend upon which webpages are visited and some other erratic and intermittent malfunctions.
I can see this behaviour even in 3.4 alpha1 release. This bug does not seem to go away.
Certainly it is not resolved. Now while writing this I have 8 Document Relations toolbars open. They are all visible in the Settings --> Toolbars menu as well. I have KDE 3.3.2. It is funny how the old fixed bugs can pop up again. Juha Manninen
3.4beta1 Slackware 10.0 packages, it's here again and what's worse -- tools/document relations/--- I can't say Never here. All the options are grayed out!
KDE 3.3.2 on gentoo 2.4.28-r5 and the toolbar appears with multiple instances whenever I open a new tab even though the tools/document relations/.../never option is checked.
From francesco biscani: To fix this you can also edit file ~/.kde3.3/share/config/rellinksrc like this: [Position] Hidden=true Index=4 Offset=-1
CVS commit by ogoffart: Hide the rellinks toolbar by default. This workaround a bug in Konqueror which seems to show this toolbar while it shouldn't (on popups for examples) CCBUG: 83514 CCBUG: 96229 M +3 -3 plugin_rellinks.rc 1.5 --- kdeaddons/konq-plugins/rellinks/plugin_rellinks.rc #1.4:1.5 @@ -1,4 +1,4 @@ <!DOCTYPE kpartgui> -<kpartplugin name="rellinks" library="librellinksplugin" version="2"> +<kpartplugin name="rellinks" library="librellinksplugin" version="3"> <MenuBar> <Menu name="tools"><Text>&Tools</Text> @@ -19,5 +19,5 @@ -<ToolBar name="rellinksToolBar"><Text>Document Relations</Text> +<ToolBar name="rellinksToolBar" hidden="true"><Text>Document Relations</Text> <Action name="rellinks_top"/> <Action name="rellinks_up"/> @@ -32,5 +32,5 @@ <Action name="rellinks_more"/> <Separator /> - <Action name="rellinks_links"/> + <Action name="rellinks_links"/> </ToolBar>
CVS commit by ogoffart: Backport: Hide the rellinks toolbar by default. This workaround a bug in Konqueror which seems to show this toolbar while it shouldn't (on popups for examples) BUG: 83514 BUG: 96229 M +2 -2 plugin_rellinks.rc 1.4.2.1 --- kdeaddons/konq-plugins/rellinks/plugin_rellinks.rc #1.4:1.4.2.1 @@ -1,4 +1,4 @@ <!DOCTYPE kpartgui> -<kpartplugin name="rellinks" library="librellinksplugin" version="2"> +<kpartplugin name="rellinks" library="librellinksplugin" version="3"> <MenuBar> <Menu name="tools"><Text>&Tools</Text> @@ -19,5 +19,5 @@ -<ToolBar name="rellinksToolBar"><Text>Document Relations</Text> +<ToolBar name="rellinksToolBar" hidden="true"><Text>Document Relations</Text> <Action name="rellinks_top"/> <Action name="rellinks_up"/>