Bug 412200 - "Session bus not found" is printed in quoted form
Summary: "Session bus not found" is printed in quoted form
Status: REPORTED
Alias: None
Product: konqueror
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.0.97
Platform: openSUSE Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Konqueror Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-22 15:55 UTC by Christopher Yeleighton
Modified: 2019-09-22 15:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2019-09-22 15:55:02 UTC
SUMMARY
When konqueror cannot find the session bus, it prints an error message to the standard error.  This error message is printed quoted as a C program string constant.

STEPS TO REPRODUCE
1. konqueror

OBSERVED RESULT
"Session bus not found\nTo circumvent this problem try the following command (with Linux and bash)\nexport $(dbus-launch)"


EXPECTED RESULT
ERROR: Session bus not found!
To circumvent this problem, try the following command:
    { dbus-launch konqueror; }


SOFTWARE/OS VERSIONS
Windows: 1803
KDE Plasma Version: N/A
KDE Frameworks Version: 5.55.0
Qt Version: 5.55.0

ADDITIONAL INFORMATION
I have also taken the liberty to change the text of the error message so as to avoid the impression that Konqueror requires Linux to run.