Bug 438632 - Invalid escape sequence in rae.desktop
Summary: Invalid escape sequence in rae.desktop
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.83.0
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-14 17:23 UTC by Laurent Bonnaud
Modified: 2021-06-18 06:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!