redhog / InfiniteGlass

Window manager with infinite desktop, infinite zoom and infinite window resolution
https://redhog.github.io/InfiniteGlass/
GNU General Public License v3.0
35 stars 5 forks source link

Super+F doesn't work and crashes #82

Open IanTrudel opened 4 years ago

IanTrudel commented 4 years ago

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'