Bug 279451 - app doesn't remember app width, if app width > screen width()
Summary: app doesn't remember app width, if app width > screen width()
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-05 13:46 UTC by Paolo M.
Modified: 2023-03-09 18:41 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 Paolo M. 2011-08-05 13:46:26 UTC
Version:           4.7 (using KDE 4.7.0) 
OS:                Linux

if you close a kde app (dolphin, kate...) when app width is greater than screen size, the application will start with maximum width. Always. Even when you close it with a smaller size.

this happens because in ~/.kde/share/config/APPLICATIONrc
there is:
Width 1280=1281
1280 is my screen resolution
To correct this bug, I have to change 1281 with a number < 1280.



Reproducible: Always

Steps to Reproduce:
1- run a kde app, for example dolphin. (but kate is also affected)
2- manually resize app, larger than screen width. For example, move the app "out" the screen and then resize it to be larger than screen width.
3- quit the application and run it again. App has maximum width.
4- now resize it to be smaller.
5- quit the application and run it again: app has maximum width! it should have the smaller size! now it happens always!

check in ~/.kde/share/config/dolphinrc
there is:
Width 1280=1281
1280 is my screen resolution
To correct this bug, I have to change 1281 with a number < 1280.



Actual Results:  
application has maximum width

Expected Results:  
application must have previous width, just before closing.