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.
12 lines
341 B
JSON
12 lines
341 B
JSON
{
|
|
"uuid": "@uuid@",
|
|
"extension-id": "@extension_id@",
|
|
"settings-schema": "@gschemaname@",
|
|
"gettext-domain": "@gettext_domain@",
|
|
"name": "Native Window Placement",
|
|
"description": "Arrange windows in overview in a more native way",
|
|
"shell-version": [ "@shell_current@" ],
|
|
"url": "@url@",
|
|
"original-authors": [ "wepmaschda@gmx.de" ]
|
|
}
|