kitty
No description set
- Developed at X11:terminals
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/kitty && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fix-librsync-leap.patch | 0000001261 1.23 KB | |
kitty-0.26.1.tar.gz | 0006039466 5.76 MB | |
kitty.changes | 0000099591 97.3 KB | |
kitty.spec | 0000004179 4.08 KB | |
optional-disable-docs.patch | 0000002160 2.11 KB |
Revision 10 (latest revision is 40)
Dominique Leuenberger (dimstar_suse)
accepted
request 1000693
from
Michael Vetter (jubalh)
(revision 10)
- Update to 0.26.1: * ssh kitten: Fix executable permission missing from kitty bootstrap script (#5438) * Allow specifying a title when using the set_tab_title action (#5441) - Update to 0.26.0: * A new option remote_control_password to use fine grained permissions for what can be remote controlled (#5320) * Reduce startup latency by ~30 milliseconds when running kittens via key bindings inside kitty (#5159) * A new option modify_font to adjust various font metrics like underlines, cell sizes etc. (#5265) * A new shortcut ctrl+shift+f1 to display the kitty docs in a browser * Graphics protocol: Only delete temp files if they have the string tty-graphics-protocol in their file paths. This prevents deletion of arbitrary files in /tmp. * Deprecate the adjust_baseline, adjust_line_height and adjust_column_width options in favor of modify_font * Wayland: Fix a regression in the previous release that caused mouse cursor animation and keyboard repeat to stop working when switching seats (#5188) * Allow resizing windows created in session files (#5196) * Fix horizontal wheel events not being reported to client programs when they grab the mouse (#2819) * kitty @ set-colors: Fix changing inactive_tab_foreground not working (#5214) * Add a mappable action to toggle the mirrored setting for the tall and fat layouts (#5344) * Add a mappable action to switch between predefined bias values for the tall and fat layouts (#5352) * Wayland: Reduce flicker at startup by not using render frames immediately after a resize (#5235) * Linux: Update cursor position after all key presses not just pre-edit text changes (#5241)
Comments 2
Not sure how or why, but after the rebuild with gcc 12 kitty does something weird for me. Almost randomly freezes or forces to hang my keyboard, and it stops working until I unplug and plug it back. Tried 4 different cables with the same keyboard, and another 2. Got a pretty large (~8GB) debug log from it, not sure if I should open a bug report or bring it upstream so I will just a post a link to it here: https://drive.google.com/file/d/124tmeTheFMebT5ZUk-gGSOAKmT6pYu7n/view?usp=sharing.
Setting
sync_to_monitor no
seem to solve the issue. Weird, but I'm also ~~lazy~~ too busy to debug it further ^-^