Package Details: kitty-git 1:0.40.0.r4.gcb464423e-2

Git Clone URL: https://aur.archlinux.org/kitty-git.git (read-only, click to copy)
Package Base: kitty-git
Description: Modern, hackable, featureful, OpenGL based terminal emulator
Upstream URL: https://sw.kovidgoyal.net/kitty/
Licenses: GPL-3.0-only
Conflicts: kitty
Provides: kitty
Submitter: mkindshofer
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 28
Popularity: 0.008637
First Submitted: 2017-01-10 15:54 (UTC)
Last Updated: 2025-03-08 12:37 (UTC)

Dependencies (41)

Required by (60)

Sources (1)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

lintianchuan commented on 2026-03-12 17:28 (UTC)

@justforlxz This is a bug in the upstream font detection script. I opened a pull request https://github.com/kovidgoyal/kitty/pull/9652 to fix this. You can test it to see if it works.

FabioLolix commented on 2026-03-04 22:32 (UTC)

@justforlxz can't replicate the fail

The pkgbuild have a makedepends on ttf-nerd-fonts-symbols-mono and the program will copy them by itself

from devtools:

[42/42] Generating wayland-wlr-layer-shell-unstable-v1-client-protocol.c ...
 done
Copying 'Symbols NERD Font Mono' from /usr/share/fonts/TTF/SymbolsNerdFontMono-Regular.ttf
[1/138] Compiling kitty/screen.c ...

From makepkg:

==> Starting build()...
[42/42] Generating wayland-wlr-layer-shell-unstable-v1-client-protocol.c ... done
Copying 'Symbols NERD Font Mono' from /usr/share/fonts/TTF/SymbolsNerdFontMono-Regular.ttf
[138/138] Compiling kitty/gl-wrapper.c ... done
[5/5] Linking launcher ... done

justforlxz commented on 2026-03-04 05:51 (UTC)

The font 'Symbols NERD Font Mono' was not found on your system; please install it.

I looked at the code, and it seems that the font needs to be manually placed in the kitty-src/fonts directory.

FabioLolix commented on 2024-07-14 12:14 (UTC)

@xiota can't replicate https://github.com/FabioLolix/buildlogs/commit/f00d785ece8ee26f9e9deced3f64410e1043f21a, despite the error/warning you see in my logs the packages are being created and run

FabioLolix commented on 2024-07-14 09:37 (UTC)

@xiota yes

RealOrRandom commented on 2024-04-04 08:19 (UTC) (edited on 2024-04-04 08:20 (UTC) by RealOrRandom)

I reported the D_FORTIFY_SOURCE issue upstream, see https://github.com/kovidgoyal/kitty/issues/7310 .

alekgr commented on 2024-03-19 23:10 (UTC)

so @FabioLolix did you get a chance to update the package?