On 5/1/20 7:35 AM, Xi Ruoyao via blfs-dev wrote:
After upgrading to gnome-shell-3.32, it sometimes crashes.  I searched gnome-
shell repo with the stack backtrace info and found it's

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2709

A patch is avaliable at

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1230

and it seems that this patch can fix this problem.

Should we add this patch?


Best I can tell, the only significant change is in subprojects/extensions-app/data/ui/extensions-window.ui

and the change is:

-<property name="label">Extension Updates Ready</property>
+<property name="label" translatable="yes">Extension Updates Ready</property>

So that would be an easy sed.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to