Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing background opacity causes stacktrace #1895

Closed
sandervankasteel opened this issue Aug 7, 2019 · 0 comments
Closed

Changing background opacity causes stacktrace #1895

sandervankasteel opened this issue Aug 7, 2019 · 0 comments

Comments

@sandervankasteel
Copy link

When you try to change the background opacity of the window, you get a stacktrace back.

Traceback (most recent call last):
  File "/usr/bin/../lib/kitty/kitty/boss.py", line 283, in _handle_remote_command
    response = handle_cmd(self, window, cmd)
  File "/usr/bin/../lib/kitty/kitty/remote_control.py", line 32, in handle_cmd
    ans = func() if payload is None else func(payload)
  File "/usr/bin/../lib/kitty/kitty/cmds.py", line 1002, in set_background_opacity
    windows = windows_for_payload(payload)
TypeError: windows_for_payload() missing 2 required positional arguments: 'window' and 'payload'

windows_for_payload() missing 2 required positional arguments: 'window' and 'payload'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant