hedayaty / NetSpeed

An extension for gnome 3 to show internet speed
265 stars 82 forks source link

Extension is incompatible with Gnome-Shell 3.8. #8

Closed Shished closed 11 years ago

Shished commented 11 years ago

This extension cannot be enabled via gnome-tweak-tool or extensions.gnome.org but it works in 3.8 after adding "3.8" into metadata.json file.

kjyv commented 11 years ago

In addition to that, prefs.js needs to be modified: at prefs.js:115, simply change

this.timer = new Gtk.SpinButton.new_with_range(100, 10000, 100);
this.digits = new Gtk.SpinButton.new_with_range(3, 10, 1);

to

this.timer = Gtk.SpinButton.new_with_range(100, 10000, 100);
this.digits = Gtk.SpinButton.new_with_range(3, 10, 1);
love58900 commented 11 years ago

Dear kjyv,

even after modifying prefs.js netspeed shell extension does not work in Fedora 19 which contains gnone-shell 3.8.3

please help me

hedayaty commented 11 years ago

Now, things are working in Fedora 19. I was busy for a while; however, just bumping the number made it work