Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:linkedprojecttest
mingw32-kcrash
0001-Find-drkonqi5-to-avoid-conflicts-with-KDE4...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Find-drkonqi5-to-avoid-conflicts-with-KDE4-installat.patch of Package mingw32-kcrash
From c0e32d52a89f7a981b9dc61c000090be8fbc6d7b Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Wed, 9 Sep 2020 23:47:20 +0200 Subject: [PATCH] Find drkonqi5 to avoid conflicts with KDE4 installations --- src/kcrash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -ur kcrash-5.103.0.orig/src/kcrash.cpp kcrash-5.103.0/src/kcrash.cpp --- kcrash-5.103.0.orig/src/kcrash.cpp 2023-02-05 10:19:33.000000000 +0100 +++ kcrash-5.103.0/src/kcrash.cpp 2024-07-02 22:24:34.499833590 +0200 @@ -351,7 +351,7 @@ } s_launchDrKonqi = launchDrKonqi; if (s_launchDrKonqi && !s_drkonqiPath) { - const QString exec = QStandardPaths::findExecutable(QStringLiteral("drkonqi"), libexecPaths()); + const QString exec = QStandardPaths::findExecutable(QStringLiteral("drkonqi5"), libexecPaths()); if (exec.isEmpty()) { qCDebug(LOG_KCRASH) << "Could not find drkonqi in search paths:" << libexecPaths(); s_launchDrKonqi = 0; -- 2.26.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor