| Summary: | Korganizer don't remember iconText="icontextright" option | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Cédric Bellegarde <web> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | smartins |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Cédric Bellegarde
2006-09-06 15:44:24 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created korganizer-devel mailing list. I am using KOrganizer-3.5.6 and observed similar bug:
I can change toolbar status hidden|visible, but KOrganizer does NOT save any changes to ~/.kde/share/apps/korganizer/korganizerui.rc
I want that KOrganizer starts with all toolbars hidden, this is only possible by manually editing of korganizerui.rc:
--- korganizerui.rc.orig 2007-03-27 13:06:38.000000000 +0200
+++ korganizerui.rc 2007-03-27 13:19:44.000000000 +0200
@@ -118,7 +118,7 @@
<Action name="help_tipofday" />
</Menu>
</MenuBar>
- <ToolBar noMerge="1" name="mainToolBar" >
+ <ToolBar hidden="true" noMerge="1" name="mainToolBar" >
<text>Main</text>
<Action name="new_event" />
<Action name="new_todo" />
@@ -137,7 +137,7 @@
<Action name="go_next" />
<Action name="go_today" />
</ToolBar>
- <ToolBar name="korganizer_toolbar" >
+ <ToolBar hidden="true" name="korganizer_toolbar" >
<text>Views</text>
<Action name="view_whatsnext" />
<Action name="view_list" />
I confirm it isn't remembered if you change it with your mouse, if you change positions with the up and down arrow it works. |