[Bug 595451] [NEW] konqueror-plugin-autorefresh has wrong autorefresh.rc
themroc
rauchweihe at gmail.com
Thu Jun 17 11:00:24 UTC 2010
Public bug reported:
Binary package hint: konq-plugins
The autorefresh.rc is wrong since karmic, so the auto refresh option
cannot be used.
You must change the autorefresh.rc in the following way:
<!DOCTYPE kpartgui>
<gui name="autorefresh" library="autorefresh" version="2" >
<MenuBar>
<Menu name="tools">
<text>&Tools</text>
<Action name="autorefresh"/>
</Menu>
</MenuBar>
<ToolBar name="extraToolBar"><text>Extra Toolbar</text>
<Action name="autorefresh"/>
</ToolBar>
</gui>
----
Hier the original autorefresh.rc:
<!DOCTYPE kpartgui>
<kpartgui library="autorefresh" name="autorefresh" version="2" >
<MenuBar>
<Menu name="tools">
<text>&Tools</text>
<Action name="autorefresh"/>
</Menu>
</MenuBar>
</kpartgui>
----
After editing the autorefresh.rc like described above, the autorefresh
menu appears again and works fine.
** Affects: konq-plugins (Ubuntu)
Importance: Undecided
Status: New
--
konqueror-plugin-autorefresh has wrong autorefresh.rc
https://bugs.launchpad.net/bugs/595451
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to konq-plugins in ubuntu.
More information about the kubuntu-bugs
mailing list