parent
1c32f333d5
commit
ad4cca1e58
@ -0,0 +1,11 @@
|
||||
--- 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();
|
||||
}
|
@ -1,15 +0,0 @@
|
||||
diff -up khotkeys-5.4.2/kcm_hotkeys/actions/dbus_action_widget.cpp.qdbusviewer-qt5 khotkeys-5.4.2/kcm_hotkeys/actions/dbus_action_widget.cpp
|
||||
--- khotkeys-5.4.2/kcm_hotkeys/actions/dbus_action_widget.cpp.qdbusviewer-qt5 2015-10-01 04:41:32.000000000 -0500
|
||||
+++ khotkeys-5.4.2/kcm_hotkeys/actions/dbus_action_widget.cpp 2015-10-19 10:42:54.251917280 -0500
|
||||
@@ -117,9 +117,9 @@ bool DbusActionWidget::isChanged() const
|
||||
|
||||
void DbusActionWidget::launchDbusBrowser() const
|
||||
{
|
||||
- if( KRun::runCommand( "qdbusviewer", window()) == 0 )
|
||||
+ if( KRun::runCommand( "qdbusviewer-qt5", window()) == 0 )
|
||||
{
|
||||
- KMessageBox::sorry( window(), i18n( "Failed to run qdbusviewer" ));
|
||||
+ KMessageBox::sorry( window(), i18n( "Failed to run qdbusviewer-qt5" ));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue