Bug 364705 - KDE5 yakuake miss possibility detect window active state via dbus
Summary: KDE5 yakuake miss possibility detect window active state via dbus
Status: CONFIRMED
Alias: None
Product: yakuake
Classification: Applications
Component: general (other bugs)
Version First Reported In: Git (Frameworks 5)
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Eike Hein
URL: http://pasteboard.co/1VeOK9XY.png
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-24 12:56 UTC by Pavel ALexeev (aka Pahan-Hubbitus)
Modified: 2017-03-28 09:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?