-
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
Does not work on GNOME 42, even when bypassing the version check #135
Comments
I also get a similar error, also bypasssing the version check. |
Hi @JordanViknar, |
Actually, I noticed I somehow missed a pull request that has the fixes for GNOME 42 already. Unless your solution is different/works better, sorry for wasting your time. I'm gonna keep this issue opened though, since this is still a problem in the main version of Argos. |
@JordanViknar Good point, I didn't notice the pull request either. Their fixes are very similar to mine. Ah well, I learnt things about GNOME along the way 🙂 For others who see this issue, this is their pull request: #134. |
@Coda-Coda The version in the PR doesn't populate my dropdown menu while yours does, so it might be worth making a PR with yours too just in case it works better for others too? Thanks BTW! |
@prurigro thanks for noticing that. I've left a comment on their pull request which hopefully will be resolved rather than making an additional pull request. |
That's wrong. You can never be sure that future GNOME releases won't break your extension, past experience proves this very clearly. Also, as I said in #134, @Coda-Coda's code needs to be rebased to current master. Once it is, and works better than mine, by all means let's go ahead with a PR. @prurigro, please describe the issues you had with #134 there if you have time. |
@mwilck thanks for your comment.
I'm well aware of this (which is why I said "optimistically"), however in the (unlikely) scenario that GNOME 43 (etc) doesn't break Argos then my approach will save me the hassle of having Argos break (solely due to not listing
I agree, this would be helpful especially since you (@mwilck) mention that they work fine for you. But best to have this discussion over in #134. |
Of course. It's fine for your private version, where you can do what you like, but not for an official PR. |
I tried a few different branches and the only one I found working with gnome shell 42 is https://github.com/Coda-Coda/argos/tree/gnome-42-for-mwilck |
@brad Thanks mate, that actually worked with version 42.9. |
As we have just a single branch (which was the project owner's preference), this is kind of hard to fix now, because GNOME 42 support has been dropped on the main branch. @brad, @11qeq11, can you perhaps try checking out 59732ba and just changing |
The error given is : Object 0x2a6733826970 is not a subclass of GObject_Object, it's a Object
Argos does not function at all.
The text was updated successfully, but these errors were encountered: