Drag-n-drop a link from Firefox. Gives this error:
Traceback (most recent call last):
File "/home/egmont/src/terminator-py3/terminatorlib/terminal.py", line 1102, in on_drag_data_received
txt = txt.split('\n')[0]
TypeError: a bytes-like object is required, not 'str'
Drag-n-drop a file from Nautilus. Gives this error:
Traceback (most recent call last):
File "/home/egmont/src/terminator-py3/terminatorlib/terminal.py", line 1104, in on_drag_data_received
txt_lines = txt.split( "\r\n" )
TypeError: a bytes-like object is required, not 'str'
New python3 bug (reincarnation of bug #1518705):
Drag-n-drop a link from Firefox. Gives this error:
Traceback (most recent call last): egmont/ src/terminator- py3/terminatorl ib/terminal. py", line 1102, in on_drag_ data_received
File "/home/
txt = txt.split('\n')[0]
TypeError: a bytes-like object is required, not 'str'
Drag-n-drop a file from Nautilus. Gives this error:
Traceback (most recent call last): egmont/ src/terminator- py3/terminatorl ib/terminal. py", line 1104, in on_drag_ data_received
File "/home/
txt_lines = txt.split( "\r\n" )
TypeError: a bytes-like object is required, not 'str'