Issue verified here, except that the context menu is available once after the applet is loaded.
The second and later right click produces the following console output.
Traceback (most recent call last):
File "/usr/local/share/avant-window-navigator/applets/comics/comics.py", line 241, in on_button_press
self.on_button3_pressed(event)
File "/usr/local/share/avant-window-navigator/applets/comics/comics.py", line 233, in on_button3_pressed
menu = self.make_menu()
File "/usr/local/share/avant-window-navigator/applets/comics/comics.py", line 162, in make_menu
if manage_item.parent is not None:
AttributeError: 'NoneType' object has no attribute 'parent'
Issue verified here, except that the context menu is available once after the applet is loaded.
The second and later right click produces the following console output.
Traceback (most recent call last): share/avant- window- navigator/ applets/ comics/ comics. py", line 241, in on_button_press on_button3_ pressed( event) share/avant- window- navigator/ applets/ comics/ comics. py", line 233, in on_button3_pressed share/avant- window- navigator/ applets/ comics/ comics. py", line 162, in make_menu
File "/usr/local/
self.
File "/usr/local/
menu = self.make_menu()
File "/usr/local/
if manage_item.parent is not None:
AttributeError: 'NoneType' object has no attribute 'parent'