gufoe / text-translator

extension for gnome-shell
https://extensions.gnome.org/extension/593/text-translator/
58 stars 28 forks source link

Add 40 to the list of supported versions #56

Open ffknob opened 3 years ago

knusperkrone commented 3 years ago

Sadly that makes the extension not usable. Opening the prefs page throws an error.

gnome-extensions prefs text_translator@awamper.gmail.com

throws:

TypeError: label.set_line_wrap is not a function
[Stacktrace...]
mwpow3ll commented 3 years ago

Sadly that makes the extension not usable. Opening the prefs page throws an error.

gnome-extensions prefs text_translator@awamper.gmail.com

throws:

TypeError: label.set_line_wrap is not a function
[Stacktrace...]

https://github.com/mwpow3ll/text-translator/commit/85bf57ab13f84afc1081e10c1b80fa8c44a2af60

Untested as I am not running Gnome 4, but it looks like Gnome 4 / GTK 4 changed Label API for 'set_line_wrap' to 'set_wrap'. Give that a try; I hope it works, but honestly... you'll probably find more broken things.