hedayaty / NetSpeed

An extension for gnome 3 to show internet speed
264 stars 83 forks source link

Gnome 45 support #163

Open arinc9 opened 10 months ago

arinc9 commented 10 months ago

Ubuntu 23.10 uses Gnome 45. The current latest version of the extension doesn't work on this version of Gnome.

x9sim9 commented 10 months ago

To clarify the issue is this: import declarations may only appear at top level of module

Seems like Gnome 45 decided to "simplify" imports and in the process break a huge number of extensions, hopefully its not too big a job to fix this but depending on how you manage imports this might take a while to implement

somq commented 10 months ago

To clarify the issue is this: import declarations may only appear at top level of module

Seems like Gnome 45 decided to "simplify" imports and in the process break a huge number of extensions, hopefully its not too big a job to fix this but depending on how you manage imports this might take a while to implement

I confirm this assumption

Some good reads:

mcdemon05 commented 10 months ago

Please add support for Gnome 45

iamniting commented 7 months ago

Fedora 39 is also having the same issue, Can you pls fix it and make a new rpm?

gnome-shell-extension-netspeed-44-1.fc39.noarch

vsht commented 7 months ago

I can confirm that this fixes the extension on Fedora 39 with Gnome 45.3. Thanks a lot to @c84c :+1: