-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
panel kitten not able to open on non-focused output #7573
Comments
Post the back trace |
is this correct? Edit: so sorry, keyboard shortcut accidentally marked completed?? |
new to using GDB, ran
|
Dont use gdb, just generate the crash, then run coredumpctl debug and anser y when it asks if you want to download debug symbols as without that the backtrace is much less useful. |
ah, I apologize. In trying to recreate this, I realize I may be using the output name flag wrong, as it segfaults on invalid input (such as any string less than 4 characters) and just opens on the focused monitor with any string over 4 characters. what is "output name" supposed to be? evidently HDMI-A-1, DP-2 etc are not correct, but having tried everything I can think of from the output of |
Describe the bug
specifying an output that is not the currently active output causes a SIGSEGV Address boundary error
IE: specifying DP-2 works when DP-2 is focused, but SIGSEGVs if ran while on HMDI-A-1
To Reproduce
Steps to reproduce the behavior:
kitty +kitten panel --output-name='DP-2' sh -c 'echo a'
(or whatever your output name is)Screenshots
If applicable, add screenshots to help explain your problem.
Environment details
(kitty 0.35.1)
The text was updated successfully, but these errors were encountered: