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.
13 lines
697 B
13 lines
697 B
diff -up khotkeys-5.21.90/kcm_hotkeys/actions/dbus_action_widget.cpp.100 khotkeys-5.21.90/kcm_hotkeys/actions/dbus_action_widget.cpp
|
|
--- khotkeys-5.21.90/kcm_hotkeys/actions/dbus_action_widget.cpp.100 2021-05-15 08:34:27.568642146 -0500
|
|
+++ khotkeys-5.21.90/kcm_hotkeys/actions/dbus_action_widget.cpp 2021-05-15 08:35:11.083025319 -0500
|
|
@@ -79,7 +79,7 @@ bool DbusActionWidget::isChanged() const
|
|
|
|
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();
|
|
}
|