https://bugs.documentfoundation.org/show_bug.cgi?id=167411

Michael Weghorn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |103182

--- Comment #8 from Michael Weghorn <[email protected]> ---
(In reply to tirengarfio from comment #6)
> Hi again,
> 
> 1) Animations (Accesibility > Seeing > Reduce animation) is OFF.
> 
> 2) I if run that command (GDK_BACKEND=x11 libreoffice) while being on a
> session on Wayland, the mentioned frame blinks while being selected.

Thanks for the additional info. I can actually reproduce in an Ubuntu 24.04 VM
with GDK_BACKEND=x11, but not when LO runs as a native Wayland app.

I cannot reproduce in my development setup on Debian testing, though.

I don't really have any further ideas at the moment, am still wondering whether
this might be some issue in the GNOME/GTK stack in Ubuntu 24.04, rather than in
LibreOffice.

The below is the LibreOffice logic to enable/disable animations, which looks OK
to me:


bool GtkSalFrame::GetUseReducedAnimation() const
{
    if (!m_pWindow)
        return false;
    GtkSettings* pSettings = gtk_widget_get_settings(m_pWindow);
    gboolean bAnimations;
    g_object_get(pSettings, "gtk-enable-animations", &bAnimations, nullptr);
    return !bAnimations;
}


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to