[neon/education/labplot/Neon/unstable] debian/patches: initialize after KAboutData::setApplicationData

Carlos De Maine null at kde.org
Fri Jul 31 08:01:02 BST 2026


Git commit d1c13f71b7c0d49e671d1f81d05690bc9f25e0b0 by Carlos De Maine.
Committed on 31/07/2026 at 07:00.
Pushed by carlosdem into branch 'Neon/unstable'.

initialize after KAboutData::setApplicationData

M  +21   -0    debian/patches/link_kcrash.diff

https://invent.kde.org/neon/education/labplot/-/commit/d1c13f71b7c0d49e671d1f81d05690bc9f25e0b0

diff --cc debian/patches/link_kcrash.diff
index fbe6279,b8a1b79..d1c05b3
--- a/debian/patches/link_kcrash.diff
+++ b/debian/patches/link_kcrash.diff
@@@ -10,3 -10,25 +10,24 @@@ index 467a1022b..5e1dff9d0 10064
           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