Bug 364705

Summary: KDE5 yakuake miss possibility detect window active state via dbus
Product: [Applications] yakuake Reporter: Pavel ALexeev (aka Pahan-Hubbitus) <pahan>
Component: generalAssignee: Eike Hein <hein>
Status: CONFIRMED ---    
Severity: normal CC: gennady.uraltsev
Priority: NOR    
Version First Reported In: Git (Frameworks 5)   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
URL: http://pasteboard.co/1VeOK9XY.png
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Pavel ALexeev (aka Pahan-Hubbitus) 2016-06-24 12:56:45 UTC
In the past I was be able call it like:
qdbus org.kde.yakuake /yakuake/MainWindow_1 org.qtproject.Qt.QWidget.isActiveWindow

but now that interface absent and return error.
There present MainApplication, but it is not org.qtproject.Qt.QWidget but org.qtproject.Qt.QApplication instead which is not provide such method.

I did not find possibility determine is yakuake active now or folded.

Reproducible: Always
Comment 1 Gennady Uraltsev 2016-12-28 16:55:49 UTC
Same thing here. I was trying to control yakuake remotely somehow. Could you please implemet this? There is toggleWindowState() already. Could you also make getWindowState()?
Comment 2 Eike Hein 2017-01-02 07:38:39 UTC
Yes, will do.
Comment 3 Gennady Uraltsev 2017-03-28 09:35:38 UTC
Sorry to disturb, but has there been any progress on this one?