parent
0fae094a02
commit
24225691fe
@ -1,11 +0,0 @@
|
||||
--- 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();
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
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();
|
||||
}
|
@ -1 +1 @@
|
||||
SHA512 (khotkeys-5.21.5.tar.xz) = 16409a928af050278dda012150e969b60617a66aa000cbb722781788defb02268ac56ef521916e55f257e4b166df8ddffcf14c9c35b49410a79491f197b4aef5
|
||||
SHA512 (khotkeys-5.21.90.tar.xz) = 3c0dd27abbb86f9ed12abfd674e212b5e2901a0be097dddb7addfb826cfb51c1b6125d606f6228c2f2159a73239c6a4136627b5d7f6c4943cda682ad9b5c5854
|
||||
|
Loading…
Reference in new issue