Bug 217620

Summary: Problems running KTorrent as a different user
Product: [Applications] kdesu Reporter: Pal Körössy <korossy>
Component: generalAssignee: kdesu bugs tracker <kdesu-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: drankinatty, rinse
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 4.5.4

Description Pal Körössy 2009-12-06 18:58:29 UTC
Version:            (using KDE 4.3.4)
OS:                Linux
Installed from:    openSUSE RPMs

If I start Ktorrent as a different user with the command 'kdesu -u username ktorrent', I get the following notifications in the Status column:
Error: Could not start process Cannot talk to Klauncher:
The name org.kde.klauncher was not provided by any .service files.
Comment 1 Oswald Buddenhagen 2010-11-06 23:24:43 UTC
that's "something with the d-bus session".
do you have the "remember password" box checked? does toggling it change something?
Comment 2 Oswald Buddenhagen 2010-11-06 23:26:04 UTC
*** Bug 225780 has been marked as a duplicate of this bug. ***
Comment 3 Oswald Buddenhagen 2010-11-06 23:28:48 UTC
*** Bug 229592 has been marked as a duplicate of this bug. ***
Comment 4 Oswald Buddenhagen 2010-11-13 21:11:10 UTC
SVN commit 1196647 by ossi:

reset DBUS_SESSION_BUS_ADDRESS

this avoids that the su'd process tries to connect to a session bus
which rejects it immediately.

BUG: 217620
FIXED-IN: 4.5.4

 M  +3 -0      kdesu_stub.c  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1196647