linutil icon indicating copy to clipboard operation
linutil copied to clipboard

Errors parcing Kitty's config

Open truisticwall1990 opened this issue 9 months ago • 3 comments

Describe the bug

An error occurring during kitty launch (after copying config using linutil)

To Reproduce

Steps to reproduce the behavior:

  1. Fresh Archlinux setup (manually, not using linutil) I installed kitty and copied kitty's config file (thought it was cause of my first Arch setup)
  2. Fresh install of Debian bookworm - everything OK. But then upgraded to Debian SID - the error repeated here
  3. Both installations on Gnome Boxes

Expected behavior

simple and clean launch of kitty terminal

Screenshots

Image

Additional context

Apologies if there is smthing wrong. This is my very first bug report.

Checklist

  • [x] I checked for duplicate issues.
  • [x] I checked already existing discussions.
  • [x] This issue is not included in the roadmap.
  • [x] This issue is present on stable branch (did not test using dev branch).

truisticwall1990 avatar Mar 04 '25 07:03 truisticwall1990

GNOME BOXES HELL YEAH

adamperkowski avatar Mar 04 '25 08:03 adamperkowski

Looks like the nord.conf file is included twice: at the very beginning and the very end of the kitty.conf. I know absolutely nothing about Kitty, but it doesn't seem to like that.

https://github.com/ChrisTitusTech/dwm-titus/blob/main/config/kitty/kitty.conf

If there's any settings in the nord.conf file that are also present in the kitty.conf file, then it would be an important consideration if the nord.conf should be included at the very beginning or at the very end, since those settings would most likely override each other. I assume latest occurrence "wins" (as in, will be the active setting).

Somebody who actually uses and knows something about Kitty might go to the dwm-titus repo and create a PR.

philg-dev avatar Mar 04 '25 11:03 philg-dev

Looks like the nord.conf file is included twice: at the very beginning and the very end of the kitty.conf. I know absolutely nothing about Kitty, but it doesn't seem to like that.

https://github.com/ChrisTitusTech/dwm-titus/blob/main/config/kitty/kitty.conf

If there's any settings in the nord.conf file that are also present in the kitty.conf file, then it would be an important consideration if the nord.conf should be included at the very beginning or at the very end, since those settings would most likely override each other. I assume latest occurrence "wins" (as in, will be the active setting).

Somebody who actually uses and knows something about Kitty might go to the dwm-titus repo and create a PR.

Well, thnx. Need to dig deeper into that. Because, in Debian it happend only when I switched to sid. On stanfard 12.9 everything's fine. Need to test it on a prod. machine and try to update it the same way, see if the issue remains.

truisticwall1990 avatar Mar 17 '25 01:03 truisticwall1990

/close fixed with https://github.com/ChrisTitusTech/dwm-titus/commit/6731d647fd75e115639d1a626608d549725211c6

jeevithakannan2 avatar Jun 28 '25 16:06 jeevithakannan2