after recent emerge -Davu world ( involving kde4.1.3 ==> kde4.1.4) it happens that when I run some kde applications (almost all), these start to run always in fullscreen mode.
I've searched into system settings for some global windows settings but I can't find any.
I'm pretty sure I can go and modify by hand each application's config file but I'm not sure where to search (found some in /home/user/.kde4.1/share/config) and how many app to modify
I've tried to modify /home/user/.kde4.1/share/config/kwriterc to make some tests with kwrite and this is what i found:
Code: Select all
[MainWindow]
Height 800=801
State=AAAA/wAAAAD9AAAAAAAAArwAAAG8AAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8A$
Width 1280=1281But shouldn't this file reflects the change I made through kde interface? I mean, I launch an application (krdc for example), this app for some reasons starts in fullscreen mode, through kde panel I right click on the app under Advanced and uncheck fullscreen. I suppose in this way kde has also modified the value in the file krdcrc. But if I close and reopen krdc, it's still in fullscreen (and of course also its config files still has Height 800=801, Width 1280=1281)...Instead if I manually change the value into the config file, the app works as expected.
Is there something broken? Someone can point me to the right direction?
Should I have to manually change these values in all config files? with the help of some scripts maybe..
Thanks



