Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:branches:windows:mingw:win64
mingw64-kinit
0010-Add-missing-5-suffix-to-application-name.p...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0010-Add-missing-5-suffix-to-application-name.patch of Package mingw64-kinit
From 6a0e0b292cf321b60c5dbbfc7ee7c15b9232b6bc Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Fri, 23 Jul 2021 11:19:24 +0200 Subject: [PATCH 10/18] Add missing '5' suffix to application name --- src/klauncher/klauncher_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/klauncher/klauncher_main.cpp b/src/klauncher/klauncher_main.cpp index 32ec9e9..32af1f8 100644 --- a/src/klauncher/klauncher_main.cpp +++ b/src/klauncher/klauncher_main.cpp @@ -167,7 +167,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) // We need a QGuiApplication as we use X11 QGuiApplication app(argc, argv); - app.setApplicationName(QStringLiteral("klauncher")); + app.setApplicationName(QStringLiteral("klauncher5")); KDBusService service(KDBusService::Unique); // Now get rid of QT_NO_GLIB again so launched processes don't inherit it -- 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