-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gnome 45 compatibility #149
Comments
I'll look into this hopefully soon. I've started looking into GNOME 45 for the other extension I'm maintaining, projecthamster/hamster-shell-extension. I think it's doable but not easy. Also, as soon as GNOME 45 support is added, support for all earlier GNOME version must be dropped (this is inevitable this time). So we'll likely need separate branches. |
I have pushed my GNOME 45 branch to WIP-gnome-45 now. It works ok-ish for me. This branch works only with GNOME shell 45. Screen shots of a few Argos programs: Disabling and re-enabling the argos extension works as well. |
I tested branch WIP-gnome-45 on the Ubuntu 23.10 beta. In my (simple) use case everything works as expected. Thank you very much for your work! |
Tested the branch on OpenSUSE Tumbleweed. |
Testing on Fedora 39 beta. So far, so good. Thanks! |
Seems to work fine. Please consider merging. Arch just switched to Gnome 45, I guess a lot more people will need it. |
Works for me on "Manjaro unstable". Thank you so much for this! |
Thanks @mwilck. Works on Manjaro 23.1.0 Vulcan too. (Gnome 45) |
On Tue, 2023-09-26 at 13:44 -0700, Martin Wilck wrote:
I have pushed my GNOME 45 branch to WIP-gnome-45 now. It works ok-ish
for me. This branch works only with GNOME shell 45.
Please provide feedback.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this
thread.Message ID: ***@***.***>
Works nicely for me - thanks for the effort getting this ported.
Thanks,
Toby Haynes
|
Works for me on both Debian Trixie and Ubuntu 23.10. |
This works for me - thank you very much!!! I only use simple features of argos. |
Is this going to be mainlined? |
Works on Manjaro. Thank you very much! |
For the record:
|
@mwilck I can't find but I read somewhere that you can now publish separate versions on extensions.gnome.org now, in case you didn't already know |
That has been possible for years. But we can't publish on extensions.gnome.org. Here on GitHub, it's mainly a question which GNOME version the OTOH, GNOME 45 has been released almost 4 months ago, so I guess we shouldn't wait much longer... |
Wow that sucks. |
I think #150 should be merged now. |
Gnome 45 breaks retro-compatibility with older versions by moving to ESM modules.
In order for argos to run on Gnome >= 45 there are some guidelines to stick to:
https://gjs.guide/extensions/upgrading/gnome-shell-45.html
Would be nice to be able to use argos also in the future!
The text was updated successfully, but these errors were encountered: