[neon/education/labplot/Neon/unstable_noble] debian/patches: initialize after KAboutData::setApplicationData
Carlos De Maine
null at kde.org
Fri Jul 31 07:59:23 BST 2026
Git commit 2b505cb227f2ef06521b85cbc4cbada087833cb8 by Carlos De Maine.
Committed on 31/07/2026 at 06:59.
Pushed by carlosdem into branch 'Neon/unstable_noble'.
initialize after KAboutData::setApplicationData
M +22 -0 debian/patches/link_kcrash.diff
https://invent.kde.org/neon/education/labplot/-/commit/2b505cb227f2ef06521b85cbc4cbada087833cb8
diff --git a/debian/patches/link_kcrash.diff b/debian/patches/link_kcrash.diff
index fbe6279..b8a1b79 100644
--- a/debian/patches/link_kcrash.diff
+++ b/debian/patches/link_kcrash.diff
@@ -10,3 +10,25 @@ index 467a1022b..5e1dff9d0 100644
qtadvanceddocking-qt${QT_VERSION_MAJOR}
)
+diff --git a/src/frontend/LabPlot.cpp b/src/frontend/LabPlot.cpp
+index 85e717f5d..d49244692 100644
+--- a/src/frontend/LabPlot.cpp
++++ b/src/frontend/LabPlot.cpp
+@@ -112,8 +112,6 @@ int main(int argc, char* argv[]) {
+ DEBUG("DEBUG debugging enabled")
+ QDEBUG("QDEBUG debugging enabled")
+
+- KCrash::initialize();
+-
+ QCommandLineParser parser;
+
+ QCommandLineOption nosplashOption(QStringLiteral("no-splash"), i18n("Disable splash screen"));
+@@ -216,6 +214,7 @@ int main(int argc, char* argv[]) {
+ // now that the locale settings are available
+ aboutData.setOtherText(AboutDialog::systemInfo() + AboutDialog::links());
+ KAboutData::setApplicationData(aboutData);
++ KCrash::initialize();
+
+ if (splash) {
+ splash->finish(window);
+
More information about the Neon-commits
mailing list