-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the bug
remote_control_password option doesn't seem to work with blank password
To Reproduce
Set in kitty.conf
allow_remote_control password
remote_control_password "" set-tab-title
Running kitty commands
➜ ~ kitty @ --password= set-tab-title 'foo'
Error: Remote control is disabled. Add allow_remote_control to your kitty.conf
➜ ~ kitty @ --password='' set-tab-title 'foo'
Error: Remote control is disabled. Add allow_remote_control to your kitty.conf
➜ ~ kitty @ set-tab-title 'foo'
Error: Remote control is disabled. Add allow_remote_control to your kitty.conf
Screenshots
If applicable, add screenshots to help explain your problem.
Environment details
allow_remote_control password
copy_on_select clipboard
enable_audio_bell False
enabled_layouts ['splits', 'grid', 'tall']
font_family Office Code Pro
font_size 13.0
inactive_text_alpha 0.6
remote_control_password:
{'set-tab-title': ()}
Additional context
Try to reproduce the problem with kitty --config NONE if you cannot then post a minimal kitty.conf that reproduces the problem. If the problem involves interaction with some other terminal program post a minimal config for that program to reproduce the problem as well.