[konsole] [Bug 430036] konsole repeatedly losing no-toolbar setting
Martin Sandsmark
bugzilla_noreply at kde.org
Tue Jul 6 13:28:22 BST 2021
https://bugs.kde.org/show_bug.cgi?id=430036
--- Comment #15 from Martin Sandsmark <martin.sandsmark at kde.org> ---
Also seems to happen when I updated from 6723627d to master. A bit hard to
bisect because of the nature of it.
I version control my konsole config, so this seems to be the relevant change
Konsole in master applies to its kxmglgui rc file that breaks it fwiw:
--- kxmlgui5/konsole/konsoleui.rc
+++ kxmlgui5/konsole/konsoleui.rc
@@ -1,6 +1,6 @@
<?xml version='1.0'?>
<!DOCTYPE gui SYSTEM 'kpartgui.dtd'>
-<gui name="konsole" version="14">
+<gui version="17" name="konsole">
<MenuBar>
<Menu name="file">
<text>File</text>
@@ -50,6 +50,10 @@
<Action name="configure-notifications"/>
<Action name="configure-settings"/>
</Menu>
+ <Menu name="plugins">
+ <text>Plugins</text>
+ <ActionList name="plugin-submenu"/>
+ </Menu>
<Menu name="help">
<text>Help</text>
</Menu>
@@ -62,10 +66,10 @@
<Action name="split-view-top-bottom"/>
</ToolBar>
<ActionProperties>
- <Action shortcut="" name="clone-tab"/>
- <Action shortcut="" name="close-other-views"/>
- <Action shortcut="" name="help_contents"/>
- <Action shortcut="" name="last-used-tab"/>
- <Action shortcut="" name="last-used-tab-reverse"/>
+ <Action name="clone-tab" shortcut=""/>
+ <Action name="close-other-views" shortcut=""/>
+ <Action name="help_contents" shortcut=""/>
+ <Action name="last-used-tab" shortcut=""/>
+ <Action name="last-used-tab-reverse" shortcut=""/>
</ActionProperties>
</gui>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list