Skip to content

6utt3rfly/cinnamon-spices-applets

This branch is 3439 commits behind linuxmint/cinnamon-spices-applets:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 23, 2019
Oct 13, 2017
Oct 19, 2019
Jan 5, 2019
Apr 23, 2020
Apr 28, 2020
Oct 19, 2019
Oct 19, 2019
Sep 23, 2018
Feb 4, 2019
Oct 19, 2019
Sep 16, 2019
Oct 19, 2019
Nov 27, 2019
Oct 19, 2019
Mar 25, 2020
Oct 19, 2019
Mar 15, 2018
Sep 15, 2017
Dec 1, 2019
Apr 23, 2020
Jan 5, 2020
Apr 19, 2020
Oct 19, 2019
Oct 19, 2019
Aug 6, 2019
Aug 6, 2019
Nov 30, 2019
May 6, 2018
Oct 19, 2019
Apr 12, 2020
Nov 30, 2019
Apr 27, 2020
Jan 26, 2020
Oct 19, 2019
Oct 19, 2019
Apr 26, 2020
Jan 5, 2020
Oct 22, 2019
Mar 28, 2020
Oct 22, 2019
May 16, 2017
Dec 19, 2019
Jan 26, 2020
Nov 25, 2019
Mar 28, 2020
Oct 22, 2019
Oct 22, 2019
Oct 22, 2019
Dec 20, 2019
Mar 15, 2020
Oct 25, 2019
Oct 25, 2019
Sep 15, 2017
Oct 25, 2019
Mar 21, 2020
Feb 23, 2020
Jun 5, 2019
Mar 14, 2020
Oct 25, 2019
Oct 25, 2019
Oct 25, 2019
Dec 30, 2019
Oct 25, 2019
Oct 25, 2019
Oct 19, 2019
Oct 25, 2019
Apr 27, 2020
Jul 9, 2018
Apr 19, 2020
Dec 16, 2018
Aug 6, 2019
Oct 25, 2019
Mar 5, 2020
Apr 3, 2018
Feb 20, 2020
Oct 25, 2019
Oct 25, 2019
Oct 25, 2019
Oct 25, 2019
Jan 24, 2020
Dec 1, 2019
May 15, 2017
Apr 19, 2020
Oct 25, 2019
Oct 25, 2019
Nov 28, 2019
Oct 19, 2019
Jul 19, 2019
Oct 25, 2019
Oct 19, 2019
Oct 25, 2019
Oct 25, 2019
Oct 25, 2019
Dec 3, 2019
Oct 25, 2019
Nov 18, 2019
Oct 19, 2019
Mar 14, 2020
Feb 18, 2020
Oct 25, 2019
Jan 1, 2020
Mar 14, 2020
Oct 19, 2019
May 11, 2017
Apr 19, 2020
Oct 25, 2019
Oct 25, 2019
Mar 2, 2020
Jan 1, 2020
Oct 25, 2019
Oct 25, 2019
Jan 20, 2020
Oct 25, 2019
Aug 4, 2019
Oct 19, 2019
Oct 25, 2019
Apr 7, 2020
Oct 25, 2019
Jul 28, 2019
Feb 29, 2020
Apr 18, 2020
Mar 21, 2018
Oct 19, 2019
Dec 8, 2019
Oct 19, 2019
Jun 26, 2019
Dec 8, 2019
Oct 19, 2019
Oct 25, 2019
Mar 14, 2020
Oct 19, 2019
Oct 19, 2019
Feb 5, 2020
Oct 19, 2019
Oct 19, 2019
Dec 8, 2019
Oct 19, 2019
Dec 8, 2019
Nov 28, 2019
Feb 11, 2020
Apr 27, 2020
Feb 11, 2020
Apr 14, 2019
Jul 25, 2019
Mar 21, 2020
Dec 14, 2019
Feb 5, 2020
Oct 19, 2019
Dec 14, 2019
Jun 3, 2019
Nov 17, 2018
Sep 20, 2017
Sep 20, 2017

Repository files navigation

cinnamon-spices-applets

This repository hosts all the applets available for the Cinnamon desktop environment.

Users can install spices from https://cinnamon-spices.linuxmint.com, or directly from within Cinnamon -> System Settings.

Definitions

UUID

Each spice is given a name which uniquely identifies them.

That name is their UUID and it is unique.

Author

Each spice has an author.

The github username of the author is specified in the spice's info.json file.

File structure

A spice can contain many files, but it should have the following file structure:

  • UUID/
  • UUID/info.json
  • UUID/icon.png
  • UUID/screenshot.png
  • UUID/README.md
  • UUID/files/
  • UUID/files/UUID
  • UUID/files/UUID/metadata.json
  • UUID/files/UUID/applet.js

There are two important directories:

  • UUID/ is the root level directory, it includes files which are used by the website and on github.
  • UUID/files/ represents the content of the ZIP archive which users can download from https://cinnamon-spices.linuxmint.com or which is sent to Cinnamon when installing the spice from System Settings. This is the content which is interpreted by Cinnamon itself.

As you can see, the content of the spice isn't placed inside UUID/files/ directly, but inside UUID/files/UUID/ instead. This guarantees files aren't extracted directly onto the file system, but placed in the proper UUID directory. The presence of this UUID directory, inside of files/ isn't actually needed by Cinnamon (as Cinnamon creates it if it's missing), but it is needed to guarantee a proper manual installation (i.e. when users download the ZIP from the Cinnamon Spices website).

Important note:

  • The UUID/files/ directory has to be "empty", which means that it should contain ONLY the UUID directory. Else the spice won't be installable through System Settings.

At the root level:

  • info.json contains information about the spice. For instance, this is the file which contains the github username of the spice's author.
  • icon.png is the icon associated with the spice.
  • screenshot.png is a screenshot of the spice in action.
  • README.md is optional and can be used to show instructions and information about the spice. It appears both in Github and on the website.

Validation

To check if a spice with UUID satifies those requirements run the validate-spice script in this repo:

./validate-spice UUID

Rights and responsibility of the author

The author is in charge of the development of the spice.

Authors can modify their spice under the following conditions:

  • They need to respect the file structure and workflow defined here
  • They cannot introduce malicious code or code which would have a negative impact on the environment

Authors are able to accept or refuse changes from other people which modify the features or the look of their spice.

Authors may choose to pass on development of their applet to someone else. In that case, the "author" field in UUID/info.json will be changed to the new developer and the "original_author" field will be added to give credit to the original developer.

If an author abandons their applet, the Linux Mint team will take over maintenance of the applet or pass it on to someone else. Several factors are used to determine if an applet is abandoned, including prolonged activity, failure to respond to requests, and serious breakages that have occurred due to changes in API, etc. If you plan to abandon an applet, please notify us, so we don't have to guess as to whether it is abandoned or not.

Pull requests from authors and workflow

To modify a spice, developers create a Pull Request.

Members of the cinnamon-spices-developers team review the pull request.

If the author of the pull request is the spice author (his github username matches the author field in UUID/info.json), the reviewer only has to perform the following checks:

  • The changes only impact spices which belong to that author
  • The changes respect the spices file structure
  • The changes do not introduce malicious code or code which would negatively impact the desktop environment

If everything is fine, the PR is merged, the website is updated and users can see a spice update in System Settings.

Pull requests from other people

In addition to the checks specified above, if the pull request comes from somebody other than the author, it will be held until the author reviews it or gives a thumbs-up, with the following exceptions:

  • If it is a bug fix, the PR may be merged, though if the bug is minor, or the fix could potentially impact the way the applet works, we may wait for author approval before merging.
  • If the pull request adds translations it will likewise be merged. These are not going to effect the functionality of the code, and will make the applet available to many users who couldn't use it before due to a language barrier. We view this a essentially a bugfix, but it is included here for clarification.
  • If the author fails to respond in a reasonable time, we will assume the applet is abandoned (as mentioned above) and the pull request will be merged assuming it meets all other requirements.

If the changes represent a change in functionality, or in look and feel, or if their implementation could be questioned and/or discussed, the reviewer should leave the PR open and ask the author to review it.

If the author is happy with the PR, it can then be merged. If he's not, it can either be closed or updated to reflect any changes the author requested, at which point it will either be merged or the author may be asked to review the changes depending on whether it is clear the changes fully meet the author's requirements.

Deletions

Authors are entitled to remove their spice.

The Cinnamon team is also entitled to do so. Common reasons are lack of maintenance, critical bugs, or if the features are already provided, either by Cinnamon itself, or by another spice which is more successful.

Additions

New spices can be added by Pull Request.

The Cinnamon team can accept or reject the addition and should give justification in the PR comments section.

Reporting Bugs and Creating Pull Requests

See the Guidelines for Contributing

Translations

The script cinnamon-spices-makepot in this repo was written to help authors to update their translation template (.pot) file and to help translators to test their translations.

Updating a translation template .pot:

./cinnamon-spices-makepot UUID

Test your translations .po locally before uploading to Spices:"

./cinnamon-spices-makepot UUID --install

More info:

./cinnamon-spices-makepot --help

Auto-reloading applets

A utility script using Gulp is provided that can automatically reload applets on code change. To use, install the latest NodeJS LTS release.

  • Run npm install -g gulp@^4.0.0
  • In the root of this repo's directory run npm install.
  • To use the script, run gulp watch --uuid="<applet uuid>"

For more info run gulp help.

About

Applets for the Cinnamon desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • Python 6.8%
  • TypeScript 3.0%
  • Shell 1.0%
  • CSS 0.6%
  • Roff 0.4%
  • HTML 0.3%