There's a merged pull request on the void-packages repository ddgtk: fixes for vte, latest meson, py module name, additional deps https://github.com/void-linux/void-packages/pull/12710 Description: **Changes:** 1. Added additional dependencies against build warnings [template] 2. Updated for latest meson [patch] 3. Updated for latest python module (instead of deprecated `python3` module, used the new `python` module, according to: [https://mesonbuild.com/Release-notes-for-0-48-0.html#dependencyversion-now-applies-to-all-dependency-types](https://mesonbuild.com/Release-notes-for-0-48-0.html#dependencyversion-now-applies-to-all-dependency-types)) [patch] 4. Fixed breakage of write functionality due to recent changes in Vte python bindings (Explanation here: [https://github.com/Guake/guake/issues/1243#issuecomment-410208659](https://github.com/Guake/guake/issues/1243#issuecomment-410208659)) [patch] #4 raised an error like this below which has been fixed: ``` Traceback (most recent call last): File "/usr/local/share/ddgtk/ddgtk/main.py", line 154, in on_confirm_ok_clicked self.dd() File "/usr/local/share/ddgtk/ddgtk/main.py", line 125, in dd self.terminal.feed_child(clear,-1) TypeError: Vte.Terminal.feed_child() takes exactly 2 arguments (3 given) ```