Summary: | Templates in .local/share/templates don't override /usr/share/templates | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Luís Alexandre <contribute.2f8md> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | antti.savo, kdelibs-bugs-null, meven29 |
Priority: | NOR | ||
Version First Reported In: | 5.107.0 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Luís Alexandre
2023-08-31 14:08:54 UTC
If the fix implemented here does not fit your expectations, please let us know. *** This bug has been marked as a duplicate of bug 191632 *** Not a duplicate. It seems our de-duplication of templates ( inverse the priority as you expect here. The user ones seem listed after the system ones, https://invent.kde.org/frameworks/kio/-/merge_requests/1688/diffs#ab4c31cc35d63288acfb260ffe3d2e5617cc0716_1071_1078) consequently, you can't overwrite them. Inverting the order of the templates when adding templates might be sufficient: https://invent.kde.org/frameworks/kio/-/merge_requests/1688/diffs#ab4c31cc35d63288acfb260ffe3d2e5617cc0716_1043_1032 |