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

Add support for gnome 43 #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Lythenas
Copy link

@Lythenas Lythenas commented Jan 17, 2023

This adds support for gnome version 43 and also added some explanation of how to use this repo with recent gnome versions (i.e. enable unsafe_mode).

Note that I added versions 40-43 in the metadata.json but I only tested on gnome version 43. I can remove the other versions if you are more comfortable with that.

I also fixed a deprecated function call that will become an error in the future.

Other than that this repo seems to work perfectly for gnome 43.

This fixes the following deprecation warning:

```
Some code called array.toString() on a Uint8Array instance. Previously this would have interpreted the bytes of the array as a string, but that is nonstandard. In the future this will return the bytes as comma-separated digits. For the time being, the old behavior has been preserved, but please fix your code anyway to use TextDecoder.

```
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

Successfully merging this pull request may close these issues.

1 participant