Bug 133654 - Korganizer don't remember iconText="icontextright" option
Summary: Korganizer don't remember iconText="icontextright" option
Status: RESOLVED INTENTIONAL
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-06 15:44 UTC by Cédric Bellegarde
Modified: 2009-09-21 02:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Bellegarde 2006-09-06 15:44:24 UTC
Version:            (using KDE KDE 3.5.4)
Installed from:    Ubuntu Packages
OS:                Linux

When changing toolbar icon position in korganizer, it works but after restarting it, it don't remember toolbar options... :(

Only solution: put 
iconText="icontextright"
in korganizerui.rc
Comment 1 Reinhold Kainhofer 2006-11-02 19:35:56 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.
Comment 2 Roland Eggner 2007-03-27 14:10:26 UTC
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" />
Comment 3 Sergio Martins 2009-02-28 12:29:10 UTC
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.