Add "gettext-domain", "extension-id" (containing the base part of the UUID) and "gschemabase" (which, combined with "extension-id", gives the GSettings schema) to metadata.json, autogenerated by the build system.
11 lines
330 B
JSON
11 lines
330 B
JSON
{
|
|
"extension-id": "@extension_id@",
|
|
"uuid": "@uuid@",
|
|
"settings-schema": "@gschemaname@",
|
|
"gettext-domain": "@gettext_domain@",
|
|
"name": "Hello, World!",
|
|
"description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.",
|
|
"shell-version": [ "@shell_current@" ],
|
|
"url": "@url@"
|
|
}
|