Saphira Kai

Results 21 comments of Saphira Kai

Hm, that's weird. I tested with the AUR `joshuto` package and then tested `joshuto-git` after i found the bug. I came across it within about 15 seconds of starting the...

I've confirmed my first thought was incorrect, using `lsof` I can clearly see that only `/dev` itself is being opened. I believe I have found the real cause! Just now,...

It doesn't seem to be FUSE itself, I tested mounting an ISO using `fuseiso` but there were no issues with that. So... Interestingly, it definitely has something to do with...

Since the issue doesn't appear to affect `ranger`, maybe you can compare the differences in behavior to `ranger` to narrow down what it could be?

The original commit that fixes this problem is [here](https://github.com/s0nny7/picom/commit/d74c099083487783af7254cb55780ffb20100e53). I would modify it and make a PR myself, but unfortunately I'm just not familiar at all with the picom codebase....

What branch is that file for? I tried plunking it into the `next` branch, but I got a bunch of `undeclared` errors for: - `store_back_texture` - `backend_round_context` - `reg_bound_local`

No dice. Still have this error during compilation: ``` ../src/backend/backend.c: In function ‘paint_all_new’: ../src/backend/backend.c:468:47: error: ‘reg_bound_local’ undeclared (first use in this function) 468 | pixman_region32_fini(&reg_bound_local); | ^~~~~~~~~~~~~~~ ```

I'm afraid I don't have any useful information. On Tue., May 17, 2022, 8:50 p.m. jarrard, ***@***.***> wrote: > Yeah so basically its saying we have not declared what reg_bound_local...

Not quite, it fixes the shadow but there's artifacting on windows with a border: ![image](https://user-images.githubusercontent.com/67300103/174503651-fe2018ea-b911-43ff-93f4-715c464a0e60.png) It should just be a solid pink border.

Hm... It seems inconsistent as well, sometimes the borders render fine but then the corner bug returns: ![image](https://user-images.githubusercontent.com/67300103/174503733-40013c2a-3638-4e21-99c0-9e2828546a6f.png)