gnome:extensions:create_an_extension
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gnome:extensions:create_an_extension [2022/07/23 09:58] – created 194.32.120.110 | gnome:extensions:create_an_extension [2022/07/23 12:39] (current) – [Complete Extension Zip File Layout] 194.32.120.105 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Gnome - Extensions - Create an Extension ====== | ====== Gnome - Extensions - Create an Extension ====== | ||
- | [[Gnome: | + | ===== Creating the files for an extension ===== |
+ | |||
+ | Extensions only require two mandatory files, so create them: | ||
+ | |||
+ | * [[Gnome: | ||
+ | * [[Gnome: | ||
+ | |||
+ | Optionally create additional files: | ||
+ | |||
+ | * See [[Gnome: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Distributing | ||
+ | |||
+ | Extensions are distributed as Zip files with the two required files: | ||
+ | |||
+ | <code bash> | ||
+ | example@blah.zip | ||
+ | extension.js | ||
+ | metadata.json | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ==== Complete Extension Zip File Layout ==== | ||
+ | |||
+ | If additional optional files were also used in the extension, then the zip extension usually looks like this: | ||
+ | |||
+ | <code bash> | ||
+ | example@blah.zip | ||
+ | locale/ | ||
+ | de/ | ||
+ | LC_MESSAGES/ | ||
+ | example.mo | ||
+ | schemas/ | ||
+ | gschemas.compiled | ||
+ | org.gnome.shell.extensions.example.gschema.xml | ||
+ | extension.js | ||
+ | metadata.json | ||
+ | prefs.js | ||
+ | stylesheet.css | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** | ||
+ | |||
+ | * The topic of GSettings and the schemas/ directory is explained on the [[https:// | ||
+ | * The topic of Gettext and the locale/ directory is explained on the [[https:// | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ===== Installation of an extension ===== | ||
+ | |||
+ | Extension are installed in one of two places. | ||
+ | |||
+ | For User Extensions, | ||
+ | |||
+ | <code bash> | ||
+ | ~/ | ||
+ | </ | ||
+ | |||
+ | For System Extensions, | ||
+ | |||
+ | <code bash> | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | https:// | ||
gnome/extensions/create_an_extension.1658570323.txt.gz · Last modified: 2022/07/23 09:58 by 194.32.120.110