Skip to content
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

Argos does not work any longer with gnome 3.36.2 ? #116

Closed
LaurentOngaro opened this issue May 3, 2020 · 2 comments
Closed

Argos does not work any longer with gnome 3.36.2 ? #116

LaurentOngaro opened this issue May 3, 2020 · 2 comments

Comments

@LaurentOngaro
Copy link

LaurentOngaro commented May 3, 2020

Do you have any issue to run Argos on the last gnome version (3.36.2 updated the 1st of may) ? Because It it does not work any longer for me.
I run the last version on gnome 3.6.1 with only small issues, but now, it's broken

The debug log says that the line #17 of menuitem.js
const AltSwitcher = imports.ui.status.system.AltSwitcher;
is causing an issue.

In the gnome extension API source code I saw that AltSwitcher has been removed from the ui.status.system module

So it seems normal that this change broke the extension.
I've tried to fix that , but the changes to make exceed my knowledge of the gnome extension API.

I'm trying to create another "compatible" extension using Argos code , but it will be long because I don't really know the gnome extension API, and the docs and examples are really messy

@LaurentOngaro LaurentOngaro changed the title Argos does not work any longer with gnome 3.6.2 ? Argos does not work any longer with gnome 3.36.2 ? May 4, 2020
@insign
Copy link

insign commented May 5, 2020

Please, check #114

@LaurentOngaro
Copy link
Author

LaurentOngaro commented May 5, 2020

@insign , I've already check this thread
It didn't worked for me
The code still contains the AltSwitcher usage

In the gnome API source of the system module ,
https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/master/js/ui/status/system.js
AltSwitcher has been removed.

So I can't understand how this code can work with the last version of the API

Did you tested it with the 3.36.2 version ?
Did it worked ?
If so, Where could I be wrong ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants