https://bugs.kde.org/show_bug.cgi?id=475909
Luis B <luis.bue...@server23.cc> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luis.bue...@server23.cc --- Comment #1 from Luis B <luis.bue...@server23.cc> --- Using your reproduction steps on postmarketOS edge (Frameworks 5.111 and Gear 23.08.2) I'm getting a different error message; it's still not great regarding user friendliness, but it is at least readable: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expirerd, or the network connection was broken." I would want to rephrase that a bit to include less jargon and be more concise, but... I can't find where in the code this text is created :D It seems that in bluedevil/src/applet/package/contents/ui/DeviceItem.qml in the end of connectToDevice() the error text is displayed using "PlasmaBt.Notify.connetionFailed(title, text);", but the error text created by function "errorText()" just above does not match what I see being displayed and it hasn't materially changed according to git blame ever since its introduction, so clearly it's elsewhere. Funnily enough text searching through my entire kdesrc-build directory (including sources, build dirs and final binaries) only yields a few results for my error message in *comments* inside of the Finnish translation files for kio-extras, kiconthemes, kio and kbookmarks. Looking at how errorText creates the error string to be displayed I'd guess this being somewhat related to QDBusError::message(); but I don't know through which code path it actually sends this text to the UI. -- You are receiving this mail because: You are watching all bug changes.