Describe the bug
Cannot close tab
Expected behavior
Tab is closed
Actual behavior
Tab is not closed with exception.
Deleting page index 7
found running pid: 73699
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/guake/boxes.py", line 720, in on_close
self.notebook.delete_page_by_label(self, prompt=prompt_cfg)
File "/usr/lib/python3/dist-packages/guake/notebook.py", line 320, in delete_page_by_label
self.delete_page(self.find_tab_index_by_label(label), kill, prompt)
File "/usr/lib/python3/dist-packages/guake/notebook.py", line 288, in delete_page
if not PromptQuitDialog(self.guake.window, procs, -1).close_tab():
TypeError: __init__() missing 1 required positional argument: 'notebooks'
To Reproduce
Open new tab.
Try to close it with context menu - Close
Note
I have on start script set to automatically open some tabs.
#!/bin/bash
guake -r "work" -e "cd ~/work && reset"
guake -n "/home/dragan/Projects/project1" -r "project1"
guake -n "/home/dragan/" -r "dragan"
guake -n "/home/dragan/Desktop" -r "setup" -e "./setup.sh"
Guake Version: 3.7.0
Vte Version: 0.60.3
Vte Runtime Version: 0.60.3
GTK+ Version: 3.24.20
GDK Backend: GdkX11.X11Display
Desktop Session: cinnamon
Display: :1
RGBA visual: True
Composited: True
- Monitor: 0 - AUO DP-0
- Geometry: 1920 x 1080 at 1920, 120
- Size: 344 x 193 mm²
- Primary: True
- Refresh rate: 60.03 Hz
- Subpixel layout: unknown
- Monitor: 1 - HPN DP-1.2
- Geometry: 1920 x 1200 at 0, 0
- Size: 518 x 324 mm²
- Primary: False
- Refresh rate: 59.95 Hz
- Subpixel layout: unknown
OS
Ubuntu 20.04 with Cinnamon
Describe the bug
Cannot close tab
Expected behavior
Tab is closed
Actual behavior
Tab is not closed with exception.
To Reproduce
Open new tab.
Try to close it with context menu - Close
Note
I have on start script set to automatically open some tabs.
Guake Version: 3.7.0
Vte Version: 0.60.3
Vte Runtime Version: 0.60.3
GTK+ Version: 3.24.20
GDK Backend: GdkX11.X11Display
Desktop Session: cinnamon
Display: :1
RGBA visual: True
Composited: True
OS
Ubuntu 20.04 with Cinnamon