[Konsole-devel] [konsole] [Bug 338914] New: Missing DBus close methods breaks previous API

kdebugs at roxsoft.co.uk kdebugs at roxsoft.co.uk
Mon Sep 8 18:51:58 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=338914

            Bug ID: 338914
           Summary: Missing DBus close methods breaks previous API
           Product: konsole
           Version: unspecified
          Platform: Debian stable
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: konsole-devel at kde.org
          Reporter: kdebugs at roxsoft.co.uk

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list