[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:29:20 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=9afb4a5
The following commit has been merged in the master branch:
commit 9afb4a587b0c8f9b9b67616e360ed454eca015aa
Author: Albert Vaca <albertvaka at gmail.com>
Date: Wed Nov 11 11:02:08 2015 -0800
Reduce the dbus timeout when dealing with mpris players
We probably want to do this in way more places, since the default dbus
timeout is 25 seconds!
---
plugins/mpriscontrol/mpriscontrolplugin.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/mpriscontrol/mpriscontrolplugin.cpp b/plugins/mpriscontrol/mpriscontrolplugin.cpp
index 8f45356..2dc43f1 100644
--- a/plugins/mpriscontrol/mpriscontrolplugin.cpp
+++ b/plugins/mpriscontrol/mpriscontrolplugin.cpp
@@ -181,6 +181,7 @@ bool MprisControlPlugin::receivePackage (const NetworkPackage& np)
//Do something to the mpris interface
OrgMprisMediaPlayer2PlayerInterface mprisInterface(playerList[player], "/org/mpris/MediaPlayer2", QDBusConnection::sessionBus());
+ mprisInterface.setTimeout(500);
if (np.has("action")) {
const QString& action = np.get<QString>("action");
//qCDebug(KDECONNECT_PLUGIN_MPRIS) << "Calling action" << action << "in" << playerList[player];
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list