But do we really need/want rc entries for this?
This is the current behavior, and is the result of lengthy discussions. 1. by default, rc.geometry_widht/height = 0, use session to restore last window size 2. a user can set geometry temporarily using --geometry option 3. a user can set fixed geometry using rc.geometry_width/height, through this preference dialog. If we remove rc.geometry_widht/height entries, we should add rc.load_geometry and use hard coded values to set window size when load_geometry is false. Current behavior seems to be better. Cheers, Bo