You are not logged in.

#1 2019-10-07 11:57:16

beetlejuice
Member
Registered: 2016-04-28
Posts: 7

[SOLVED]Cinnamon v4.2.4 0 - Unmaximizing windows effect

I'm using Cinnamon DE for a while now on my Arch system and I'm loving it. I found only one problem with windows effects. Unmaximizing windows effect does not work. I have tried with different effect options, but no mater which effect I use unmaximize effect just jumps with no effect, while other effects works fine. Does anyone has the same behavior like me? I don't know if this is cinnamon bug, I could not find any answer on google.

Last edited by beetlejuice (2019-10-07 20:16:27)

Offline

#2 2019-10-07 20:13:59

beetlejuice
Member
Registered: 2016-04-28
Posts: 7

Re: [SOLVED]Cinnamon v4.2.4 0 - Unmaximizing windows effect

I found a solution. I just had to modify one line in "/usr/share/cinnamon/js/ui/windowManager.js" file.

At line 482 you will find:

if (key === 'unmaximize' || key === 'unminimize') return;

After modification:

if (key === 'unminimize') return;

I don't know why they disabled "unmaximize" inside this file, while in other hand there is a dedicated option in cinnamon-settings for that same effect.

Last edited by beetlejuice (2019-11-27 03:39:19)

Offline

Board footer

Powered by FluxBB