Bug 175568 - kde apps should find a way to start even with no dbus session server
Summary: kde apps should find a way to start even with no dbus session server
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 12:49 UTC by Ivo Anjo
Modified: 2009-05-01 00:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Anjo 2008-11-19 12:49:20 UTC
Version:            (using KDE 4.1.3)
OS:                Linux
Installed from:    SuSE RPMs

Today I was trying to start dolphin as another user on my pc and I got the now usual:
<unknown program name>(17812)/: KUniqueApplication: Cannot find the D-Bus session server

<unknown program name>(17811)/: KUniqueApplication: Pipe closed unexpectedly.

(This also happens when I do things like ssh -X)

In kde 4 most apps depend one way or another on dbus running, so I was thinking: is it possible for apps to spawn a dbus server when needed, like they did with dcop? Is there another way around this?

I know I can do export `dbus-launch` or something like that, but for new users that might not be so obvious (i.e. "what the hell is DBUS!?").
Comment 1 Ivo Anjo 2009-05-01 00:06:33 UTC
Seems to be fixed in current trunk.