https://bugs.kde.org/show_bug.cgi?id=488191
--- Comment #9 from roonaldo2286_dev+...@mailbox.org --- (In reply to Allen Winter from comment #8) > you should have a file in your home directory called > .local/share/kontact/local-calendar.rc > > in that file, there should be a section called "<text > translationDomain="korganizer">Views</text>" > the list of actions in there should be empty after you configure the view > menu > > i.e it should look like: > <ToolBar name="korganizer_toolbar" noMerge="1"> > <text translationDomain="korganizer">Views</text> > </ToolBar> > > where mine looks like: > <text translationDomain="korganizer">Views</text> > <Action name="view_agenda"/> > <Action name="view_month"/> > <Action name="view_whatsnext"/> > <Action name="view_timeline"/> > <Merge/> In my side, <ToolBar hidden="true" name="korganizer_toolbar" noMerge="1"> <text translationDomain="korganizer">Views</text> <Action name="view_agenda"/> <Separator/> <Action name="view_month"/> <Action name="view_timeline"/> <Merge/> </ToolBar> I can remove the action items as you mentioned but the issue was the toolbar itself would still be visible (even if empty) and even if i choose to off the Views toolbar, the setting does not survive a restart and would appear again and in exact location as the images posted. Only resolved it after adding the hidden="true" parameter myself in this file. -- You are receiving this mail because: You are the assignee for the bug.