wcm can not change animation duration anymore.
Most likely it happened after teh commit changing the duration value from number to a string
https://github.com/WayfireWM/wayfire/pull/2202
This is a known problem since durations now have optional easing types. Here is a patch to fix it but it's not completed yet. Once it is, we can make a new release of wcm.
Just ran into this issue... The patch does not seem to apply.
❯ curl https://termbin.com/kd1a | git apply
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7791 100 7791 0 0 3072 0 0:00:02 0:00:02 --:--:-- 3073
error: patch failed: src/metadata.cpp:51
error: src/metadata.cpp: patch does not apply
Am I doing something wrong?
patch is not awailable anymore. I was thinking to rebase and give it a try but file not found anynore
Can anyone interested test this patch? Looking for proper functionality for 1) Set duration 2) Set easing 3) Reset to Default button 4) Restart wcm and ensure settings expected settings are populated.