User Tools

Site Tools


gnome:extensions:create_an_extension

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gnome:extensions:create_an_extension [2022/07/23 10:04] 194.32.120.110gnome: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:Extensions:Create an Extension|Create an Extension]]+===== Creating the files for an extension ===== 
 + 
 +Extensions only require two mandatory files, so create them: 
 + 
 +  * [[Gnome:Extensions:extension.js|extension.js]] 
 +  * [[Gnome:Extensions:metadata.json|metadata.json]] 
 + 
 +Optionally create additional files: 
 + 
 +  * See [[Gnome:Extensions:prefs.js|prefs.js]]
  
 ---- ----
Line 7: Line 16:
 ===== Distributing an Extension ===== ===== Distributing an Extension =====
  
-Extensions are distributed as Zip files with only two required files: +Extensions are distributed as Zip files with the two required files: 
  
-  * metadata.json +<code bash> 
-  extension.js+example@blah.zip 
 +    extension.js 
 +    metadata.json 
 +</code>
  
 ---- ----
 +
 +
 +==== 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
 +</code>
 +
 +<WRAP info>
 +**NOTE:**
 +
 +  * The topic of GSettings and the schemas/ directory is explained on the [[https://gjs.guide/extensions/development/preferences.html|Preferences]] page.
 +  * The topic of Gettext and the locale/ directory is explained on the [[https://gjs.guide/extensions/development/translations.html|Translations]] page
 +</WRAP>
 +
 +
 +----
 +
  
 ===== Installation of an extension ===== ===== Installation of an extension =====
Line 33: Line 76:
  
 ===== References ===== ===== References =====
 +
 +http://smasue.github.io/gnome-shell-tw
  
 https://gjs.guide/extensions/overview/anatomy.html#metadata-json-required https://gjs.guide/extensions/overview/anatomy.html#metadata-json-required
 +
 +
  
gnome/extensions/create_an_extension.1658570683.txt.gz · Last modified: 2022/07/23 10:04 by 194.32.120.110

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki