the gnome tuba app (mastodon client) is unusably slow on pocket reform with imx8mplus and it has to do with background paint/fills in the timeline. the CSS in my screenshot increases the scrolling speed from what feels like max 5 fps to 25fps and stops cursor stuttering. i wonder what's going on cc @rmader
Conversation
Notices
-
minute (mntmn@mastodon.social)'s status on Saturday, 22-Jun-2024 22:46:18 JST minute -
minute (mntmn@mastodon.social)'s status on Saturday, 22-Jun-2024 22:46:47 JST minute btw you can inspect and mess with any GTK app by pressing Ctrl+Shift+D
-
mcc (mcc@mastodon.social)'s status on Saturday, 22-Jun-2024 22:50:12 JST mcc @mntmn advice: do not try this with gnome-terminal
-
minute (mntmn@mastodon.social)'s status on Saturday, 22-Jun-2024 22:58:45 JST minute @rmader ok here's a much better fix:
```
navigation-view-page * {
background: none;
border: none;
box-shadow: none;
transition-property: none;
}
``` -
minute (mntmn@mastodon.social)'s status on Sunday, 23-Jun-2024 00:48:05 JST minute @martijnbraam @rmader not only, also something about backgrounds
-
Martijn Braam (martijnbraam@fosstodon.org)'s status on Sunday, 23-Jun-2024 00:48:06 JST Martijn Braam @mntmn @rmader is this just the classic box-shadows being very slow to render?
-
Robert Mader (rmader@mastodon.social)'s status on Monday, 24-Jun-2024 20:30:39 JST Robert Mader @mntmn Mind opening an issue? :P
-
minute (mntmn@mastodon.social)'s status on Monday, 24-Jun-2024 20:52:08 JST minute @rmader where would be the right place? tuba, gtk4, libadwaita? :D
-
Robert Mader (rmader@mastodon.social)'s status on Monday, 24-Jun-2024 20:58:44 JST Robert Mader @mntmn I'd start with Tuba and then we can work our way up from there.
-
Fabrix.xm (fabrixxm@mastodon.social)'s status on Tuesday, 25-Jun-2024 02:02:20 JST Fabrix.xm @mntmn @Tuba
It's faster also on OG PinePhone(not "fast".. "faster"....)
-