Simple gnome extension to display the greek namedays
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
10 | Rejected |
9 | Rejected |
8 | Rejected |
7 | Active |
6 | Active |
5 | Active |
4 | Rejected |
3 | Active |
2 | Active |
1 | Rejected |
1. Rejected because you also need to do this in disable: ```js eortologioPopup = null; ``` https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects 2. Use this instead of line 18 and 38 (helpers.js): Import in top: ``` const Me = imports.misc.extensionUtils.getCurrentExtension(); ``` and get the extension folder with: ```js filePath = Me.dir.get_child('FILENAME').get_path(); // or filePath = Me.path + '/FILENAME'; ``` If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions