[neon/multimedia/elisa/Neon/unstable_noble] debian/patches: Revert "Revert "krash.diff for kcrash linkage""

Carlos De Maine null at kde.org
Thu Jul 30 09:13:21 BST 2026


Git commit eafbb6e602a3323ff810c2ae0d66c73768e538f6 by Carlos De Maine.
Committed on 30/07/2026 at 08:13.
Pushed by carlosdem into branch 'Neon/unstable_noble'.

Revert "Revert "krash.diff for kcrash linkage""

This reverts commit 5b83a30ec1bcb107097cd5b02f25959b7cffc240

A  +15   -0    debian/patches/kcrash.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/multimedia/elisa/-/commit/eafbb6e602a3323ff810c2ae0d66c73768e538f6

diff --git a/debian/patches/kcrash.diff b/debian/patches/kcrash.diff
new file mode 100644
index 0000000..e3f19e3
--- /dev/null
+++ b/debian/patches/kcrash.diff
@@ -0,0 +1,15 @@
+diff --git a/src/main.cpp b/src/main.cpp
+index 60e942bf..daf6234f 100644
+--- a/src/main.cpp
++++ b/src/main.cpp
+@@ -111,7 +111,9 @@ int main(int argc, char *argv[])
+     aboutData.addCredit(QStringLiteral("Jérôme Guidon"), i18nc("@label", "Support for online radios"), QStringLiteral("guidon at live.fr"));
+ 
+     KAboutData::setApplicationData(aboutData);
+-
++#if KFCrash_FOUND
++    KCrash::initialize();
++#endif
+     KirigamiAppDefaults::apply(&app);
+ 
+     QCommandLineParser parser;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..038d921
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+kcrash.diff


More information about the Neon-commits mailing list