Page 1 of 1
[SOLVED] Issues with minimizing KDE windows / kwin

Posted:
Feb 12th, '14, 20:00
by TartanGargoyle
I am using Mageia 4 and Mozilla Firefox 24.3. 0. After installation, I noticed that the icons ony the top right corner on the screen to minimize or expand applications are gone. I must close the application completely. Same with Dolphin Manager and other applications. I did more updates to check if there wsa a file or distribution file missing, but it is all current. Any ideas or suggestions would help.
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 12th, '14, 22:47
by doktor5000
What desktop environment, theme and window manager do you use? Those icons are not related to the programs, but window manager and window decoration/theme.
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 13th, '14, 05:27
by TartanGargoyle
I'm using KDE. Window decoration is Oxygen. Color scheme is air. Default Mageia splash screen. I use Dolphin file manager. It is the corner of the graphical interface window where you either minimize, expand or close an application or window that is the issue. some work and some don't. I am new to Linux, so if it takes me a while to get the right words or description correct, apologies for that.
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 13th, '14, 23:51
by doktor5000
Could you take a screenshot please?
Here it looks like this:

- Bildschirmfoto2_58.png (7.46 KiB) Viewed 4838 times
window decoration = oxygen
workspace design = custom (but mostly oxygen)
style = oxygen
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 14th, '14, 00:08
by TartanGargoyle
Here is the snapshot.
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 14th, '14, 00:15
by doktor5000
Of the 3 buttons on the right side, the right button closes, the middle one maximizes/changes size, the left one minimizes.
What exactly doesn't work, and what does work?
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 14th, '14, 00:21
by TartanGargoyle
None work. I have to go where it says FILE on the left hand side of the Navigation bar, and select QUIT to close it.
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 14th, '14, 00:29
by doktor5000
Did you do a fresh installation, or use an existing /home partition? Or maybe did you enable 3D desktop via MCC?
http://doc.mageia.org/mcc/4/en/content/drak3d.html
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 14th, '14, 00:37
by TartanGargoyle
It was a current existing partition. I updated from mageia 3 to 4 to keep all existing programs and settings. So it was on line.
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 14th, '14, 01:45
by doktor5000
Can you try if the issue persists with a newly created user?
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 14th, '14, 02:21
by TartanGargoyle
I created a new user, and the issues were not present.
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 14th, '14, 20:56
by doktor5000
Okay, so the issue is caused by existing settings.
You could simply delete the kwin settings and restart kwin by running the following commands
as normal user- Code: Select all
find ~/.kde4/share/ -iname "*kwin*" -delete && nohup kwin --replace &
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 27th, '14, 12:47
by gjevremovic
Hi, I had a same problem after Mageia 3 to 4 update. I thought it is related to ATI Catalyst driver as I am using HP4545s with ATI Radeon graphics but here I found it is not. kwin --replace & in startup script resolved it. Thanks.
Re: Issues with minimizing desktop or browsers, programs

Posted:
Feb 27th, '14, 14:20
by doktor5000
To repeat it, this is only an ugly workaround. You should still try to find out the underlying cause of it
(conflicting old settings, enabled 3D desktop/compiz etc.) and fix that instead of using workarounds permanently.