InfiniteGlass icon indicating copy to clipboard operation
InfiniteGlass copied to clipboard

Super+F doesn't work and crashes

Open IanTrudel opened this issue 5 years ago • 0 comments

Pressing Super+F will cause the following error and will hinder the ability to further use InfiniteGlass.

bbox_view() missing 1 required positional argument: 'orig_view'
Traceback (most recent call last):
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 164, in handle
    self.action(eventfilter, action, event)
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 199, in action
    self.action(eventfilter, config["modes"][action], event, **kw)
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 178, in action
    if push_config(self.display, action, first_event=event, last_event=event, **kw):
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 53, in push_config
    return push(display, cls, **cfg)
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 43, in push
    if not mode.enter():
  File "/InfiniteGlass/glass-input/glass_input/title_search.py", line 39, in enter
    self.display.root["IG_VIEW_DESKTOP_VIEW"] = self.bbox_view()
  File "/InfiniteGlass/glass-input/glass_input/title_search.py", line 23, in bbox_view
    return utils.bbox_view(res, self.orig_view)
TypeError: bbox_view() missing 1 required positional argument: 'orig_view'

IanTrudel avatar Apr 09 '20 22:04 IanTrudel