Bug 438632

Summary: Invalid escape sequence in rae.desktop
Product: [Frameworks and Libraries] frameworks-kio Reporter: Laurent Bonnaud <L.Bonnaud>
Component: generalAssignee: KIO Bugs <kio-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: kdelibs-bugs-null
Priority: NOR    
Version First Reported In: 5.83.0   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Laurent Bonnaud 2021-06-14 17:23:59 UTC
Hi,

here is the error message:

kf.config.core: "KConfigIni: In file /usr/share/kservices5/searchproviders/rae.desktop, line 94: " "Invalid escape sequence \"\\{\"."

Here is line 94 of rae.desktop:

Query=https://dle.rae.es/\{@}
Comment 1 Ahmad Samir 2021-06-17 23:39:52 UTC
Git commit a8eaa56551c74b373515af434974470b113f223d by Ahmad Samir.
Committed on 17/06/2021 at 23:38.
Pushed by ahmadsamir into branch 'master'.

Fix Query in one searchprovider rae.desktop

Use \\{@}, this matches what the other files have.

NO_CHANGELOG

M  +15   -15   src/urifilters/ikws/searchproviders/rae.desktop

https://invent.kde.org/frameworks/kio/commit/a8eaa56551c74b373515af434974470b113f223d
Comment 2 Laurent Bonnaud 2021-06-18 06:43:55 UTC
Thanks for the fix!