Bug 102359 - Doesn't remember window position/size on startup
Summary: Doesn't remember window position/size on startup
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 12:56 UTC by Łukasz Derkacz
Modified: 2006-06-27 02:56 UTC (History)
0 users

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 Łukasz Derkacz 2005-03-24 12:56:02 UTC
Version:           1.0.2 (using KDE 3.3.1, compiled sources)
Compiler:          gcc version 3.3.4
OS:                Linux (i686) release 2.4.26

I've just upgraded from 1.0beta10 to 1.0.2.

Everytime when I start I don't have maximized akregator even If I set it last time. The window is moved to left and lefts about 15% of space from right.
Comment 1 Łukasz Derkacz 2005-03-28 21:31:51 UTC
It seems that this problem is resolved in kde 3.4. After upgrading I don't have this problem.
Comment 2 Łukasz Derkacz 2005-03-29 16:34:11 UTC
No, it's not resolved. Quitting and restarting aKregator has the same effect, window is not maximized.
Comment 3 Teemu Rytilahti 2005-04-14 22:34:09 UTC
CVS commit by rytilahti: 

Uhh, that was ugly... Resizing manually if no size was provided by argument.

BUGS:102359


  M +0 -4      akregator.cpp   1.85


--- kdepim/akregator/src/akregator.cpp  #1.84:1.85
@@ -95,8 +95,4 @@ MainWindow::MainWindow()
     m_statusLabel->setFixedHeight( statH );
     statusBar()->addWidget (m_statusLabel, 1, false);
-   // disable the action because we don't have a handbook yet, hope this createGUI doesn't broke anything
-
-    if (!initialGeometrySet())
-        resize(875,700);
 
     setupActions();
Comment 4 Teemu Rytilahti 2005-04-14 22:35:29 UTC
CVS commit by rytilahti: 

backport for 102359

CCBUGS:102359


  M +0 -3      akregator.cpp   1.81.6.3


--- kdepim/akregator/src/akregator.cpp  #1.81.6.2:1.81.6.3
@@ -100,7 +100,4 @@ MainWindow::MainWindow()
     if(action) action->setEnabled(false);
 
-    if (!initialGeometrySet())
-        resize(875,700);
-
     setupActions();
     createGUI(0L);
Comment 5 Dylan Griffiths 2006-06-27 02:56:00 UTC
We should probably re-open this bug, since Akregator does not remember window size/position on subsequent opens.  In my case, I size it normally and use it.  If I close it and re-open it, I get 1920x1200 of Akregator.  Not what I wanted!