Selenium-H / Animation-Tweaks

A GNOME Shell Extension to Tweak animations and customize them
GNU General Public License v3.0
66 stars 9 forks source link

Is cssProvider.load_from_data() method crucial for the extension? #60

Open kabronius opened 1 year ago

kabronius commented 1 year ago

Newbie here: I really find this extension useful, and in recent days i upgraded to Fedora 38 which comes with GKT4.10 and it seems that there's an issue with the load_from_data() method. I tried to search for a solution but always got the same error output which was the method needing for two or more arguments. So i tried to comment the lines containing it (1289 and 1974) to see the effects it could make, and for my surprise, the extension works as i expected!!, altough honestly i just tested for the features i use (maximize, minimize and close effects for normal windows). So the question here is: is load_from_data a crucial line of some feature of the extension? Because at least for me without them, it works great.

conneqtr commented 1 year ago

Hi @kabronius , Yes this really is a great extension! Thank you @Selenium-H

I have also seen an error message recently. Can you specify which file those lines are in please? Thanks.

kabronius commented 1 year ago

Hi, @conneqtr, Yes, i forgot to specify the file, sorry! It's in the prefsGtk4.js, you can just comment out the lines and you should be good to go.