Summary: | Improve confirmation when removing an ActionList | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | S. Burmeister <sven.burmeister> |
Component: | kedittoolbar | Assignee: | David Faure <faure> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | bluedzins, nitram29, quazgar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
S. Burmeister
2005-01-20 22:30:07 UTC
I am completely mystified by this. Which application is this for? For all applications? When you delete a button from a toolbar, you can easily get it back using Configure Toolbars... > I am completely mystified by this. Which application is this for? > For all applications? > > When you delete a button from a toolbar, you can easily get it back using > Configure Toolbars... I am glad you take it as obvious too that one can/should bring buttons easily back! You can e.g. go into kontact > kmail > right-click on the toolbar > chose kmailwin as toolbar > go to the bottom of the list on the right hand side > click on the last entry > actionlist: toolbar_filter_actions Same thing in konqueror for actionlist: views. Better would be to actually make removed actionlists available again... E.g. saving them in a special tag in the local XML file, a bit like we do for custom icons. *** Bug 110555 has been marked as a duplicate of this bug. *** Since kontact4 changed the custom toolbar with all the app-cions like kmail etc in ot to a normal toolbar, the user can now remove that action-list without the possibility to get it back. As a result, the user cannot switch applications in kontact because he removed one item from a toolbar! FWIW: This is how the entries can be manually restored (in Kontact 5.15, KDE 5.78): 1. Open `~/.local/share/kontact/local-kmail2.rc` in a file editor. 2. Scroll down until you find an element called `<ToolBar name="mainToolBar" ...>` 3. Add the missing ActionList elements. For me, the last elements of the mainToolBar are: ``` <Separator name="separator_3"/> <ActionList name="toolbar_filter_actions"/> <Separator name="separator_4"/> <ActionList name="toolbar_messagetag_actions"/> <Action name="create_todo"/> <Separator name="separator_5"/> <ActionList name="kmail_toolbar_actions"/> ``` 4. Save the file. The exact separator names may vary, but the general idea should restore your removed ActionList entries. Hi, kdelibs (version 4 and earlier) is no longer maintained since a few years. KDE Frameworks 5 or 6 might already have resolved this bug. If not, please re-open against the matching framework if feasible or against the application that shows the issue. We then can still dispatch it to the right Bugzilla product or component. Greetings Christoph Cullmann |