Bug 463007

Summary: qdbusviewer can not invoke methods
Product: [Fedora] Fedora Reporter: Feng Yu <rainwoodman>
Component: qt4Assignee: Than Ngo <than>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: kevin, rdieter, tuxbrewr
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-22 23:07:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Feng Yu 2008-09-20 15:17:00 UTC
Description of problem:

qdbusviewer can not invoke methods, such as

ord.freedesktop.Notifications.Notify

Version-Release number of selected component (if applicable):
qt-x11-4.4.1-2.fc9.i386

thougt it seems has been there for a long time.

How reproducible:
always

Steps to Reproduce:
1. qdbusviewer
2. find org.freedesktop.Notifications
3. call Notify
  
Actual results:
failed.

Expected results:
a dialog pop up and allowing the user to set parameters, and call the method.

Additional info:
it looks like any method with a signature of "s" will fail.

Comment 1 Steven M. Parrish 2008-09-25 21:54:37 UTC
Thanks for the report.  I checked upstream and could not find a matching bug.Please file a bug report in the the upstream bugzilla located at http://bugs.kde.org for the particular component involved.

Once you've filed your bug report to the upstream bugzilla, please add the upstream info to this report. We will continue to track the issue in the centralized upstream bug tracker, and will review any bug fixes that become available for consideration in future updates.

Setting status to NEEDINFO, and awaiting upstream bug report URL for tracking.

Thanks in advance.

Comment 2 Kevin Kofler 2008-09-26 03:33:32 UTC
That's a Qt bug, it should be reported to Trolltech's task tracker, not bugs.kde.org.

Comment 3 Steven M. Parrish 2008-11-22 23:07:08 UTC
It has been over 30 days since the last request for an update.  Closing this as INSUFFICIENT DATA.  Please feel free to reopen this bug if it is still an issue and if you have the requested data.

Comment 4 Kevin Kofler 2008-11-22 23:38:53 UTC
It doesn't just have a signature of "s", but requires a lot of parameters:
    <method name="Notify">
      <arg name="app_name" type="s" direction="in"/>
      <arg name="id" type="u" direction="in"/>
      <arg name="icon" type="s" direction="in"/>
      <arg name="summary" type="s" direction="in"/>
      <arg name="body" type="s" direction="in"/>
      <arg name="actions" type="as" direction="in"/>
      <arg name="hints" type="a{sv}" direction="in"/>
      <arg name="timeout" type="i" direction="in"/>
      <arg name="return_id" type="u" direction="out"/>
    </method>
I don't think the strings are the problem, maybe the a{sv} is. But in any case, this should be reported to the trolltech.com bug tracker: