In version 2.8.4 (could not select this in bug tracking system) This qdbus org.kde.yakuake /Sessions/1 close used to work. Now Error: org.freedesktop.DBus.Error.UnknownMethod No such method 'close' in any interface at object path '/Sessions/1' so the close method is now missing. I get the corresponding error from Net::DBus. This breaks https://github.com/pjfl/p5-yakuake-sessions.git. Without a close method this module is useless Please reinstate the close method and backport to Debian stable. Thank you Reproducible: Always Steps to Reproduce: 1. qdbus org.kde.yakuake /Sessions/1 close 2. 3. Actual Results: Error: org.freedesktop.DBus.Error.UnknownMethod No such method 'close' in any interface at object path '/Sessions/1' Expected Results: Expected the tab to close Reported this as a Yakuake issue but it was rejected and I was directed here
Correct, it was removed since it was causing errors in bko 185466 - that bug is a real mess. SO the missing close() is better than having that bug reopened. If someone has a patch or suggestions on how fix, give them.