Bug 412200

Summary: "Session bus not found" is printed in quoted form
Product: [Applications] konqueror Reporter: Christopher Yeleighton <giecrilj>
Component: generalAssignee: Konqueror Bugs <konqueror-bugs-null>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.0.97   
Target Milestone: ---   
Platform: openSUSE   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.