Fixed geometry hints#416
Conversation
|
Can you give me an idea on how to test this? |
|
Sure!
On all the distros I listed, it just ignores the geometry hints and resizes "smoothly". The problem should not be the config file, because it contains this: With my modifications:
It should work and resize correctly. |
|
Also, some additional details: I tested the new version with the same config file and also after deleting the config file. It works on both cases. About the disable_geometry_hints function: About using |
|
Works. Pulling. Thank you so much! |
I tried to use Window geometry hints, but it didn't work.
I tested this on: Debian 11 (all updates), Debian 10 and Ubuntu 20.04.
Details:
it seems that "set_geometry_hints" wants "None" as first argument.
Also, it's necessary to disable geometry hints, if we want to avoid restarting terminator.
So I wrote a little function that does that.