Bug 217620 - Problems running KTorrent as a different user
Summary: Problems running KTorrent as a different user
Status: RESOLVED FIXED
Alias: None
Product: kdesu
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdesu bugs tracker
URL:
Keywords:
: 225780 229592 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-06 18:58 UTC by Pal Körössy
Modified: 2010-11-13 21:11 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.5.4


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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