The patch fixes a leak that triggers when using text shadows in shell widgets 
such as StLabel.
At least in noble (GNOME 46), I do not see any text shadows when using the 
WhiteSur-Light shell theme.
Indeed, attaching GDB to gnome-shell and setting up the following breakpoint:

break _st_create_shadow_pipeline_from_actor if
$_caller_is("st_label_paint")

I cannot trigger the breakpoint with any shell interaction.

If I edit the gnome-shell.css to include something like:

#panel .clock {
  text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.35) !important;
}

The I see a text shadow on the clock, and the breakpoint is triggered with 
every passing minute when the clock updates.
But even then, I do not get *any* memory usage increase by repeatedly adjusting 
the clock.

So I'm quite skeptical of this bug and/or verification plan, for noble
at least.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/2121786

Title:
  Using a custom theme leaks 10-15 MB per hour

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/2121786/+subscriptions


-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to