Closed zyppe closed 3 years ago
Please repeat the build using the "ubuntu-bionic-patched-vte" option. This is a compatibility issue between versions of lib Gtk.VTE
I tryed to change the define in meson_options.txt. Defined option ('ubuntu-bionic-patched-vte', type : 'boolean', value : false). Error log:
../src/Widgets/TerminalWidget.vala:219.33-219.46: error: Argument 1: Cannot convert from `char[]' to `unowned uint8[]?'
this.feed_child(cmd.to_utf8 ());
^^^^^^^^^^^^^^
../src/Widgets/SearchToolbar.vala:97.21-97.42: warning: `Vte.Terminal.search_set_gregex' has been deprecated since 0.46
../src/Widgets/TerminalBox.vala:107.33-107.46: error: Argument 1: Cannot convert from `char[]' to `unowned uint8[]?'
term.feed_child(cmd.to_utf8 ());
^^^^^^^^^^^^^^
../src/Widgets/TerminalBox.vala:206.33-206.48: error: Argument 1: Cannot convert from `char[]' to `unowned uint8[]?'
term.feed_child(n_cmd.to_utf8 ());
^^^^^^^^^^^^^^^^
../src/Widgets/TerminalBox.vala:197.33-197.46: error: Argument 1: Cannot convert from `char[]' to `unowned uint8[]?'
term.feed_child(cmd.to_utf8 ());
^^^^^^^^^^^^^^
If "option ('ubuntu-bionic-patched-vte', type : 'boolean', value : true)", then output those 8 errors.
I added a new option in version 1.7.4 to deal with VTE differences. Please use the options patched-vte = true and ubuntu-bionic-patched-vte = false when compiling.
run error (com.github.muriloventuroso.easyssh:16745): GLib-GIO-ERROR **: 18:55:02.549: Settings schema 'com.github.muriloventuroso.easyssh' is not installed
I just run it in build folder.
You need to compile gsettings schemas. The meson/post_install.py script helps with this.
Error log:
OS: OpenSUSE Tumbleweed gcc 10.2.1 valac 0.48.7 gee 0.20.3 glib 2.64.4 gtk 3.24.22 granite 5.4.0 json-glib 1.4.4 And provides 28 warnings.