Bug 376189

Summary: Unable to create io-slave. Cannot talk to klauncher: Not connected to D-Bus server
Product: [Applications] partitionmanager Reporter: Buck Shockley <darkwingbuck13>
Component: generalAssignee: Andrius Štikonas <andrius>
Status: RESOLVED DOWNSTREAM    
Severity: critical CC: severin.beutler, stephane
Priority: NOR    
Version: 3.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Buck Shockley 2017-02-08 15:44:09 UTC
How to reproduce:

1. Open KDE Partition Manger from the Application Launcher or running partitionmanager in Konsole

2. Right click on any unmounted partition and select "Edit Mount Point..."

3. In the Path field, click "Select..."

4. The following error will appear twice: "Unable to create io-slave. Cannot talk to klauncher: Not connected to D-Bus server"

Running in Konsole gives no output. Running dbus-launch partitionmanager also causes the same problem.
Comment 1 Andrius Štikonas 2017-02-08 15:51:16 UTC
Strange, it works here. You won't see console output unless you run it as "sudo partitionmanager" as partition manager relaunches itself with root priveleges, so original non-root version doesn't print anything.

So can you try and see if it prints anything more useful in terminal?
Comment 2 Buck Shockley 2017-02-08 20:04:24 UTC
Running it with sudo causes the problem to not occur. If it helps, running it normally gives me a prompt from KDE su. This is the command it says is being executed:

KDE_FULL_SESSION=true XDG_RUNTIME_DIR=/run/user/1000 /usr/bin/partitionmanager --dontsu
Comment 3 Stéphane Cachemaille 2017-02-16 19:50:18 UTC
I arrive to replicate the bug.
it seems to come  that arch dbus package is build without "--enable-x11-autolaunch"
Comment 4 Andrius Štikonas 2017-02-16 19:56:50 UTC
Thanks for figuring this out. Unfortunately, I didn't have time to look at this myself. So I think this is up to arch to fix. Don't think I can do much from within partition manager.
Comment 5 Buck Shockley 2017-02-16 19:59:27 UTC
(In reply to stephane from comment #3)
> I arrive to replicate the bug.
> it seems to come  that arch dbus package is build without
> "--enable-x11-autolaunch"

Can you make a bug report for Arch, then? You seem to know more about the problem than I do.
Comment 6 Severin Beutler 2018-06-25 11:39:54 UTC
Postet in the archlinux-Bugtracker: https://bugs.archlinux.org/task/59143
Comment 7 Andrius Štikonas 2018-06-25 17:08:15 UTC
(In reply to Severin Beutler from comment #6)
> Postet in the archlinux-Bugtracker: https://bugs.archlinux.org/task/59143

Next version (4.0) will use KAuth, so it should be resolved anyway.

You can already try kauth branch in kpmcore and partitionmanager repositories, it works reasonably well.