Review of "Rounded Window Corners Reborn" version 25

Details Page Preview

Add rounded corners to all windows. Fork of the now unmaintained Rounded Window Corners extension.

Extension Homepage
https://github.com/flexagoon/rounded-window-corners

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli did not find any issues.

All Versions

Version Status
25 Active
24 Rejected
23 Active
22 Active
21 Active
20 Rejected
19 Rejected
18 Active
17 Rejected
16 Rejected
15 Active
14 Active
13 Active
12 Active
11 Active
10 Active
9 Active
8 Rejected
7 Active
6 Active
5 Rejected
4 Rejected
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection waiting for author
Where do you remove the timeout on disable?
flexagoon posted a review
The onRemoveEffect function already checks for unminimizedTimeoutId and removes the timeout: ``` const timeoutId = actor.rwcCustomData?.unminimizedTimeoutId; if (timeoutId) { GLib.source_remove(timeoutId); } ``` This was already in the code before as a leftover from some old workaround, so I just repurposed the same thing for this now
JustPerfection active