On 12/25/19 11:59 AM, spiky0011 via blfs-dev wrote:
On 25/12/2019 17:55, Douglas R. Reno via blfs-dev wrote:
On 12/25/19 11:52 AM, spiky0011 via blfs-dev wrote:
On 24/12/2019 08:20, Pierre Labastie via blfs-dev wrote:
Hi,
As reported on support, some of KDE frameworks are broken by
QT-5.14. I've
found upstream fixes, so I am now sure that the fixes are needed.
They can be
done as sed.
I think we should also apply the patch reported by "spiky" on
-support to
Qt-5.14. I have tested that it applies and builds OK, but I have
not tested
the cursor yet (need to build the desktop first)...
I am not sure how much I can do in the next few days, since I go
and visit my
family for Christmas.
Pierre
Hi Pierre
FYI
just rebuilding qt the patch is not availble at link
Hi Spiky,
I just submitted the patch to the proper location at r4044, but it
might not be correct in the book yet. I believe that happens overnight.
Here's a direct link:
http://linuxfromscratch.org/patches/downloads/qt/qt-5.14.0-qtwayland_cursor_fix-1.patch
By the way, to everyone - Merry Christmas / Happy Holidays!
Doug is it the same patch I linked the other day?
I'm not sure since I was away for a bit, but the header contains this
information:
+From 36974955d13578071387695adb13a47be33e4d32 Mon Sep 17 00:00:00 2001
+From: David Edmundson<[email protected]>
+Date: Thu, 28 Nov 2019 02:31:17 +0100
+Subject: Avoid animating single frame cursors
+
+Currently to determine if a cursor is animated or not we check the
+cursor theme delay.
+
+This doesn't work in practice as by default many cursor themes have a
+delay of 50 set even if they don't animate.
+
+This comes from xcursorgen which specifies a delay of 50ms if there
+isn't anything set in the config.
+(https://github.com/freedesktop/xcursorgen/blob/master/xcursorgen.c#L92)
+
+Given many themes will have a delay we should also check the number of
+images in a given cursor.
+
+In order to do that without a double lookup QWaylandCursor needed to
+return the native wl_cursor, not wl_cursor_image and move the relevant
+logic.
+
+Change-Id: Ie782ace8054910ae76e61cab33ceca0377194929
+Reviewed-by: Johan Helsing<[email protected]>
+---
+ src/client/qwaylandcursor.cpp | 12 ++----------
+ src/client/qwaylandcursor_p.h | 3 +--
+ src/client/qwaylandinputdevice.cpp | 16 ++++++++++++----
+ 3 files changed, 15 insertions(+), 16 deletions(-)
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page