Bug 223175 - There's a problem with KDE apps' communication to dbus
Summary: There's a problem with KDE apps' communication to dbus
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-17 18:17 UTC by Hasan Ceylan
Modified: 2010-01-19 03:16 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
xsession-errors (17.74 KB, application/octet-stream)
2010-01-17 18:17 UTC, Hasan Ceylan
Details
list of rpms (5.76 KB, text/plain)
2010-01-17 18:18 UTC, Hasan Ceylan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hasan Ceylan 2010-01-17 18:17:08 UTC
Version:            (using KDE 4.3.3)
OS:                Linux
Installed from:    RedHat RPMs

I get the errors in the attached file after login.

KDE login is terrible with the dbus comm problems...

After some time as KDE settles down after login, I can run konversation,
krunner, kmix, kontact, etc. just fine...
Comment 1 Hasan Ceylan 2010-01-17 18:17:45 UTC
Created attachment 39984 [details]
xsession-errors
Comment 2 Hasan Ceylan 2010-01-17 18:18:17 UTC
Created attachment 39985 [details]
list of rpms
Comment 3 Thiago Macieira 2010-01-18 20:18:43 UTC
There are no QtDBus errors in the paste. So I'm removing myself from the list.

The following error messages indicate problems in other programs:
Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection

(Those are ConsoleKit design flaws in its specification)
Comment 4 Thiago Macieira 2010-01-18 20:20:14 UTC
The following error (that appears several times) indicates a bus problem. It's also not a KDE bug.

Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken." "
Comment 5 Hasan Ceylan 2010-01-18 20:26:22 UTC
Thanks for the time,

The reason I think this was a KDE problem, after the login process finished, the above mentioned programs start immediately, and successfully communicating with the dbus.

How about that?