Summary: | KCM doesn't show name of third party theme if it uses metadata.json instead of metadata.desktop | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Thiago Sueto <herzenschein> |
Component: | kcm_desktoptheme | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | alexander.lohnau, nate |
Priority: | NOR | ||
Version: | 5.27.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thiago Sueto
2023-04-13 17:46:32 UTC
{ "Name": "A Plasma Theme Designer", "Email": "my@mail.address", } The Email should not have a trailing comma >Create a file ~/.local/share/plasma/desktopthemes/electrostorm/metadata.json with the following contents: ~/.local/share/plasma/desktoptheme/electrostorm/metadata.json would be the correct path On the command line, you can see the following error: kf.coreaddons: error parsing "/home/user/.local/share/plasma/desktoptheme/electrostorm/metadata.json" "object is missing after a comma" |