[neon/neon-packaging/plasma-bigscreen/Neon/unstable] debian/patches: urgghhh

Carlos De Maine null at kde.org
Sun Mar 8 12:17:00 GMT 2026


Git commit 10415e31ac1d913cf7b3933ba11d530400b4b492 by Carlos De Maine.
Committed on 08/03/2026 at 12:16.
Pushed by carlosdem into branch 'Neon/unstable'.

urgghhh

M  +2    -2    debian/patches/test_debug.diff

https://invent.kde.org/neon/neon-packaging/plasma-bigscreen/-/commit/10415e31ac1d913cf7b3933ba11d530400b4b492

diff --git a/debian/patches/test_debug.diff b/debian/patches/test_debug.diff
index 1114a08..6ee5025 100644
--- a/debian/patches/test_debug.diff
+++ b/debian/patches/test_debug.diff
@@ -1,5 +1,5 @@
 diff --git a/containments/homescreen/plugin/biglauncher_dbus.cpp b/containments/homescreen/plugin/biglauncher_dbus.cpp
-index 0dcb9a5b..2d61027b 100644
+index 0dcb9a5b..d1292d7e 100644
 --- a/containments/homescreen/plugin/biglauncher_dbus.cpp
 +++ b/containments/homescreen/plugin/biglauncher_dbus.cpp
 @@ -43,10 +43,19 @@ void BigLauncherDbusAdapterInterface::init(const KConfigGroup &config)
@@ -12,7 +12,7 @@ index 0dcb9a5b..2d61027b 100644
 +        QDBusConnection sessionBus = QDBusConnection::sessionBus();
  
 +        if (!sessionBus.registerObject(QStringLiteral("/BigLauncher"),
-+            this,
++            this))
 +            {
 +            qWarning() << "Failed to register DBus object /BigLauncher:" << sessionBus.lastError().message();
 +            }


More information about the Neon-commits mailing list