-
Notifications
You must be signed in to change notification settings - Fork 273
Stopped working in 3.5.91 #114
Comments
have a similar problem cheers :-) |
hi simon :-) any chance of getting a bump to GS 3.6 version ? |
I got an update for GNOME 3.6. I send it to simon04, but I suppose he has been too busy to apply it, so I forked the repo. If you only want for the extension to work in GNOME 3.6, you can cherry pick the following commit: However, I added some improvements, and I plan to keep improving the code (including a better configuration window, and a update to the build system). You can follow the changes in my fork: https://github.com/canek-pelaez/gnome-shell-extension-weather.git |
Nice, thanks. Will you port the prefs to the official gnome-shell-extension-prefs system? |
I can try ;) |
You can throw out the Python code then. It makes sense. Also, if you look at the network above, there’s quite a few branches with various other touch-ups. Perhaps see if there’s anything to merge there. |
It seems only mockturtl fork has recent activity, but outside of translations seems to be specific to Cinnamon. I haven't touched the translations, and I don't think I will; however, I accept patches ;) |
OK, I added support for the gnome-shell-extension-prefs tool, you can check it in my fork of the repo. I also cleaned up the build system (it now passes make distcheck), and fixed some minor things. I'm not a designer, so the GUI for configuring the weather extension probably sucks big time. For the GUI I used a glade file: https://github.com/canek-pelaez/gnome-shell-extension-weather/blob/master/src/prefs.xml Anyone better at design, please take a look at it and send me any constructive criticism, or even better, patches. |
It’s already quite fine; i.e., it works. The main thing is to not install system-wide but to You may want to compare what other extensions do like this simple one About the dialog, normally you want 12px padding all around, and the widgets themselves should be left aligned in a column. The label for the widgets are left aligned too. I could do it, but the whole story with setting up a clone, installing glade, and making a pull request would taker longer than you simply introducing a simple gtk grid. You may want to put a link next to the ID field where people can look up their WOID. |
Super duper stuff :-) |
Thanks for the input. I updated the extension; now a user can do:
and the extension will be installed locally (like the extensions in https://extensions.gnome.org). This also will allow us to easily generate a zip file, which I believe is required for inclusion in https://extensions.gnome.org. I will work in the HID suggestions for the prefs widget and in a mechanism for automatically getting WOEID's next week. |
By the way, does anyone know who I need to write to so the extension is considered for https://extensions.gnome.org inclusion? |
Yes, perfect. On the extensions page there’s an »Add yours« link on top where oyu can submit it. |
I just submitted it. Also, I'm going to move all the disussion related to the extension to my fork, so if someone has anyting to say related to the extension, please do it in the issues section of my fork: https://github.com/canek-pelaez/gnome-shell-extension-weather/issues |
The text was updated successfully, but these errors were encountered: