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

It gives some IBus error for me. #4

Closed
Dynych opened this issue May 21, 2023 · 1 comment
Closed

It gives some IBus error for me. #4

Dynych opened this issue May 21, 2023 · 1 comment

Comments

@Dynych
Copy link

Dynych commented May 21, 2023

The kitty's window doesn't hide on lose focus.
If I try to run the line in terminal, I receive the following errors:

user-desktop ~ » tdrop -n tdrop_kitty --post-create-hook "autohide-tdrop &" -ma -h 85% -w 80% -x 10% -y 7% env GLFW_IM_MODULE=ibus kitty --class=tdrop_kitty
2023-05-21 13:53:57 Debug command: tdrop -n tdrop_kitty --post-create-hook autohide-tdrop & -ma -h 85% -w 80% -x 10% -y 7% env GLFW_IM_MODULE=ibus kitty --class=tdrop_kitty
[141 13:53:57.168740] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory
[141 13:53:57.169109] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory
[141 13:53:57.169236] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory
[141 13:53:57.169448] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory
user-desktop ~ » [141 13:54:02.635611] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory
[141 13:54:02.637018] [glfw error 65544]: Failed to open IBUS address file: /home/user/.config/ibus/bus/57b06c51c8c142cd9cf9e79e919f624d-unix-0 with error: No such file or directory
Error: Error(X11Error { error_kind: Window, error_code: 3, sequence: 28, bad_value: 104857611, minor_opcode: 0, major_opcode: 10, extension_name: None, request_name: Some("UnmapWindow") })
@I-Want-ToBelieve
Copy link
Owner

I-Want-ToBelieve commented Jul 10, 2023

@Dynych hi
Sorry it was my fault, you can just delete env GLFW_IM_MODULE=ibus

try

tdrop -n tdrop_kitty --post-create-hook "autohide-tdrop &" -ma -h 85% -w 80% -x 10% -y 7% kitty --class=tdrop_kitty

if you use wayland , you shoule force kitty use xwayland as backend

kovidgoyal/kitty#2648
try

WAYLAND_DISPLAY=no KITTY_DISABLE_WAYLAND=1 tdrop -n tdrop_terminal --post-create-hook "autohide-tdrop &" -mta -h 60% -w 70% -x 15% -y 0 kitty --class tdrop_terminal

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

2 participants