Summary: | [kfmclient/XAMPP] kfmclient crashes when is used by XAMPP to open a link to its web interface | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Nathanaël B. <nathanael.barentin> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nate, stefano.crocco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | The .kcrash report file. |
Description
Nathanaël B.
2023-04-14 20:41:48 UTC
The problem is that kfmclient can't connect to your DBus session, which is needed to find out whether an instance of Konqueror is already running or not. If you don't have an active DBus session, you need to start one. If you do, then for some reason the kfmclient program launched by XAMPP can't access it. I have no knowledge of XAMPP, but, given this problem and the fact that it doesn't attempt to launch your default browser, I'm wondering whether XAMPP is running as your current user or another one. (In reply to Stefano Crocco from comment #1) > The problem is that kfmclient can't connect to your DBus session, which is > needed to find out whether an instance of Konqueror is already running or > not. If you don't have an active DBus session, you need to start one. If you > do, then for some reason the kfmclient program launched by XAMPP can't > access it. I have no knowledge of XAMPP, but, given this problem and the > fact that it doesn't attempt to launch your default browser, I'm wondering > whether XAMPP is running as your current user or another one. Hi, thanks for your answer. `ps -elf | grep dbus` tells I have a dbus session running. `ps -elf | grep xampp` tells XAMPP is running as my current user. However, since I created this crash report, it seems some XAMPP or Kde package update have solved the issue : kfmclient doesn’t crash anymore (except if I’m in a i3wm session, but that seems logical as some Kde/Plasma services may not be running), and the web interface opens in Konqueror (I hoped it would open in Firefox, but I think it’s the expected result). I think this report can be mark as closed, then ? Sorry for that. |