> Am Sun, 19 Mar 2017 20:22:45 +0100
> schrieb Silvia Sanchez <bhkohane(a)gmail.com&gt;:
> 
> No it's an incorrect use.
> Easy to fix:
> three js-files in the netspeed extensions are using gettext: prefs.js,
> net_speed.js and net_speed_status_icon.js.
> 
> In all three files just change the line:
> const _ = Gettext.gettext;
> to 
> const _ = Gettext.domain('netspeed').gettext;
> 
> and reload the gnome-shell.
> By the way,the gettext-domain in the schemas file is also incorrect if
> I see it correctly, it should also be 'netspeed' and not
> 'gnome-shell-extensions', but it seems, that this does not do any harm.

yes, that works now, thanks for your help :)
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to