[neon/qt6/qt6-base/Neon/unstable] debian/patches: drop wayland ally

Carlos De Maine null at kde.org
Sat Dec 9 00:18:11 GMT 2023


Git commit bc0f4515313f85a20c7313119cf8c7a8b7e141d5 by Carlos De Maine.
Committed on 09/12/2023 at 01:18.
Pushed by carlosdem into branch 'Neon/unstable'.

drop wayland ally

M  +0    -1    debian/patches/series
D  +0    -13   debian/patches/wayland_ally

https://invent.kde.org/neon/qt6/qt6-base/-/commit/bc0f4515313f85a20c7313119cf8c7a8b7e141d5

diff --git a/debian/patches/series b/debian/patches/series
index f7fc281..28dde27 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 # NEON backported patches as requested - fixed in 6.6.1??
-wayland_ally
 qtdbus_metatypename
 
 # Needs to be fixed upstream.
diff --git a/debian/patches/wayland_ally b/debian/patches/wayland_ally
deleted file mode 100644
index 884cdce..0000000
--- a/debian/patches/wayland_ally
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/gui/accessible/linux/qspiaccessiblebridge.cpp b/src/gui/accessible/linux/qspiaccessiblebridge.cpp
-index f59d8be..8a3f82e 100644 (file)
---- a/src/gui/accessible/linux/qspiaccessiblebridge.cpp
-+++ b/src/gui/accessible/linux/qspiaccessiblebridge.cpp
-@@ -38,7 +38,7 @@ QSpiAccessibleBridge::QSpiAccessibleBridge()
-     // But do that only on next loop, once dbus is really settled.
-     QTimer::singleShot(
-         0, this, [this]{
--            if (dbusConnection->isEnabled())
-+            if (dbusConnection->isEnabled() && dbusConnection->connection().isConnected())
-                 enabledChanged(true);
-         });
- }
\ No newline at end of file


More information about the Neon-commits mailing list