https://bugs.freedesktop.org/show_bug.cgi?id=79147

--- Comment #29 from Michael Meeks <[email protected]> ---
The images are loaded directly by this sort of thing:

  <object class="GtkImage" id="open_all_image">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <property name="pixbuf">framework/res/folder_32.png</property>
  </object>

from sfx2/source/uiconfig/ui/startcenter.ui - by VCL itself (I imagine).

Quite possibly one of the VCL optimizations that was pulled to get the shell up
quickly way back in the day is hurting the backingwindow there, and we're
accessing something undefined somehow; interesting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to