You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
550 B
12 lines
550 B
--- khotkeys-5.18.90/kcm_hotkeys/actions/dbus_action_widget.cpp.orig 2020-05-18 15:10:17.524706213 +0200
|
|
+++ khotkeys-5.18.90/kcm_hotkeys/actions/dbus_action_widget.cpp 2020-05-18 15:10:33.047714522 +0200
|
|
@@ -117,7 +117,7 @@
|
|
|
|
void DbusActionWidget::launchDbusBrowser() const
|
|
{
|
|
- auto *job = new KIO::CommandLauncherJob("qdbusviewer");
|
|
+ auto *job = new KIO::CommandLauncherJob("qdbusviewer-qt5");
|
|
job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, window()));
|
|
job->start();
|
|
}
|