gnome-extension-huawei-wmi icon indicating copy to clipboard operation
gnome-extension-huawei-wmi copied to clipboard

Gnome 46 support

Open tierpod opened this issue 9 months ago • 1 comments

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.

tierpod avatar Apr 24 '24 16:04 tierpod

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.

gigi214 avatar May 13 '24 14:05 gigi214