Open Fenimoure opened 11 months ago
yes, please
I think he mean publish the update to extensions.gnome.org
is there anything stopping the upload of the new version to the site?
is there anything stopping the upload of the new version to the site?
Looks like v12 was pushed to the gnome extensions website but the update was rejected. The issues seem pretty small.
This is kind of a duplicate of #147 by the way. Just linking the two together. :)
Here's a copy of the rejection notes (see link @leaf-penguin posted above):
No need to use this.initTranslation()
(line 18 prefs.js
):
Consider this method deprecated. Only specify gettext-domain in metadata.json. GNOME Shell can automatically initiate the translation for you when it sees the gettext-domain key in metadata.json.
You should uninit_settings()
in disable()
and window close request in prefs.js
.
window.connect('close-request', () => {
uninit_settings();
});
Is it expected to be fixed soon? Or are any PRs open for it?
What can we do to help make this happen? I am tired of snagging things on the sharp corners of my windows.
What can we do to help make this happen?
So basically you can follow the steps in the README and compile and install on your machine, I did the same, it's temporary till the extension comes up as supported on EGO for Shell v45.
Thank you for the advice, @namangor04.
So basically you can follow the steps in the README...
Please excuse me for being insufficiently clear. By "this" I meant the purpose stated in the issue, i.e. to publish on Rounded Window Corners so that it gets automagically picked up and updated on GNOME 45+.
I guess someone could follow the feedback in the rejection note and make a PR, then wait for the author to approve and re-push to gnome extensions. However, by the looks of things on this repo, I think the author is either busy with life, or otherwise MIA.
For anyone interested I have packed 63 various extensions, including RWC, that are compatible with Gnome 45.2 in a repo. (https://github.com/in4matix/Gnome45-Extensions)
For anyone interested I have packed 63 various extensions, including RWC, that are compatible with Gnome 45.2 in a repo. (https://github.com/in4matix/Gnome45-Extensions)
Your repo should be the de facto way to install this extension in Gnome 45 for now. Thanks!
For anyone interested I have packed 63 various extensions, including RWC, that are compatible with Gnome 45.2 in a repo. (https://github.com/in4matix/Gnome45-Extensions)
Thanks for the time spent doing this, I have starred your repo and was missing this extension to run alacritty with no decoration and the same gnome rounded corners I have in Debian
It would be pretty nice to have this extension available that way. thanks.