FS#58305 - [guake] guake -e vte3 error

Attached to Project: Community Packages
Opened by Kalle (kallistoteles) - Sunday, 22 April 2018, 19:54 GMT
Last edited by Balló György (City-busz) - Sunday, 22 April 2018, 21:21 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When executing 'guake -e command' I get :
TypeError: Vte.Terminal.feed_child() takes exactly 2 arguments (3 given)

Seems to be exact same error reported by the package maintainer to guake:
https://github.com/Guake/guake/issues/1243

Additional info:
package guake 3.2.0-1
guake -V = Guake Terminal 3.2.0

guake -e xonsh gives:
Traceback (most recent call last):
File "/usr/bin/guake", line 10, in <module>
sys.exit(exec_main())
File "/usr/lib/python3.6/site-packages/guake/main.py", line 371, in exec_main
if not main():
File "/usr/lib/python3.6/site-packages/guake/main.py", line 312, in main
remote_object.execute_command(options.command)
File "/usr/lib/python3.6/site-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python3.6/site-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python3.6/site-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/guake/terminal.py", line 122, in feed_child
super().feed_child(resolved_cmdline, len(resolved_cmdline))
TypeError: Vte.Terminal.feed_child() takes exactly 2 arguments (3 given)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dbus/service.py", line 707, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python3.6/site-packages/guake/dbusiface.py", line 103, in execute_command
self.guake.execute_command(command)
File "/usr/lib/python3.6/site-packages/guake/guake_app.py", line 559, in execute_command
terminal.feed_child(command)
File "/usr/lib/python3.6/site-packages/guake/terminal.py", line 125, in feed_child
super().feed_child(resolved_cmdline)
TypeError: Must be number, not str

Steps to reproduce:
guake -e any_command
This task depends upon

Closed by  Balló György (City-busz)
Sunday, 22 April 2018, 21:21 GMT
Reason for closing:  Upstream

Loading...