-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for Gnome Shell 45 (make the extension an ESModule) #128
Comments
Would be great |
Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052110 with some information like a link to a porting guide |
Yup, bring it up to Gnome 45 please. |
For everyone who is following this issue, my fork of this repository has Gnome Shell 45 support: You can clone it into My changes were aimed at getting it to work, rather than being good practices, and therefore, I won't open a PR with them. However, for anyone looking to use this extension with Gnome Shell 45, it should be your best bet until the official repo is updated. Edit: If your key-binds for previous and next workspaces are not working, you have to change them from d-conf editor. Go to |
@mtsoltan I tried your fork and can confirm that it works on GNOME 45. Thank you! I think it is fine if you open a PR, because working code is better than nothing. Or just upload your version to extension.gnome.org. this repo looks abandoned anyway. |
Yeah, I don't have time to work on this and I'm also no longer using it myself any longer so it is pretty much abandoned. |
@mtsoltan Your port works quite well. The only issue I have is that it seems to crash after some time (possibly after screen lock) with "swipeTracker is not defined". It has the same error for me if I try to turn it off. |
@mtsoltan your port works well for me as well, and I see the same error as @suwalski as well. It can be consistently reproduced by locking the screen and logging back in. Trace:
I'm not familiar with ES. What's the scope of the |
Just a heads-up: apparently Gnome 45 will require extensions to be ESModules.
The text was updated successfully, but these errors were encountered: