Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2 | Active |
1 | Rejected |
So it just an example you copied?
Hi mengzhuo, Thanks for reviewing my first extension. I used https://github.com/csoriano89/StepByStepTutorial as reference and put it on the first line of comments of extension.js. The extension has a twist for the dogecoin comunity. I implemented some changes and documented them on the comments. Here the difference beetween the original work and mine: http://pastebin.com/wyh78p5x
I see However I SUGGEST you disconnect "button-press-event" signal in disable function to meet the standard http://blog.mecheye.net/2012/02/requirements-and-tips-for-getting-your-gnome-shell-extension-approved/
I just uploaded a new version where it disconnects the "button-press-event" signal using: button.disconnect(buttonPressId); Where buttonPressId is previously saved when the connection is made.