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
{{ message }}
This repository was archived by the owner on Dec 16, 2024. It is now read-only.
Describe the bug
Gnome 45 is using a different type of imports thus extensions don't work anymore without changes.
Context: Gnome blog post
To Reproduce
Steps to reproduce the behavior:
Upgrade to Gnome 45
Error SyntaxError: import declarations may only appear at top level of a module
Expected behavior
Working extension
Screenshots
Environment (please complete the following information):
Distro: Arch Linux
Gnome version: 45 RC
Additional context
Gnome 45 is fixing some nasty bug in mutter that makes touchscreen rather unusable on the long run. That's why I switched to version 45 earlier even if most of the extensions don't work yet. It would be nice to have working improved touch keyboard in new Gnome.
The text was updated successfully, but these errors were encountered:
I too miss this extension, I need all the keys when I am in tablet mode.
The best keyboard EVER was the one we used to have at the old times before gnome 42.
Anyhow the one available in gnome 44 was fair enough.
There is a replacement working on 45 but it can't stand a chance compared to this one.
Describe the bug
Gnome 45 is using a different type of imports thus extensions don't work anymore without changes.
Context: Gnome blog post
To Reproduce
Steps to reproduce the behavior:
SyntaxError: import declarations may only appear at top level of a module
Expected behavior
Working extension
Screenshots

Environment (please complete the following information):
Additional context
Gnome 45 is fixing some nasty bug in mutter that makes touchscreen rather unusable on the long run. That's why I switched to version 45 earlier even if most of the extensions don't work yet. It would be nice to have working improved touch keyboard in new Gnome.
The text was updated successfully, but these errors were encountered: