You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: