gnome-extension-huawei-wmi
gnome-extension-huawei-wmi copied to clipboard
Gnome 46 support
Hi, thank you for this project.
I added "46" to metadata.json and it looks like everything works fine. I see no big changes in upgrading guide.
Thank you for this project.
I confirm what @tierpod said:
Hi, thank you for this project.
I added "46" to metadata.json and it looks like everything works fine. I see no big changes in upgrading guide.
it's enough to change a string into the metadata.json
file in order to make the extension working again.
Here some simple instructions
Go to the main folder of the extension
$ cd ~/.local/share/gnome-shell/extensions/[email protected]
open the file metadata.json
as a text file (with your preferred text-editor) and change
"shell-version": [
"45"
],
into
"shell-version": [
"45",
"46"
],
After this restart your Gnome session, and you can see again the extension on the bar.