Received: from fout-a7-smtp.messagingengine.com (fout-a7-smtp.messagingengine.com [103.168.172.150]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id BA087223718 for <~alpine/users@lists.alpinelinux.org>; Sat, 31 May 2025 23:20:38 +0000 (UTC) Received: from phl-compute-09.internal (phl-compute-09.phl.internal [10.202.2.49]) by mailfout.phl.internal (Postfix) with ESMTP id D90711380339; Sat, 31 May 2025 19:20:36 -0400 (EDT) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-09.internal (MEProxy); Sat, 31 May 2025 19:20:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:subject:subject:to:to:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1748733636; x= 1748820036; bh=Au8lMYYJATbRzl4TQEQPrxL6ClvjOuL581AuT6gjdRg=; b=q HTHbsGfY1VprL53BDwJYbmcYcUbh906lNBogZqVvUQTArqq3ueLsTCoxM/MuYIGN WL2RkBTlu3e0Cja2G++BQ/3xMOZ+XmjwHidRHoaMGxFSN1ghXRYBFM8zCv+KMMGT LVBBLSybxAPrCE2MCmIaoIc4apyO3HUx7nbrh+Fi6UOQxl2QM9ZZuOsu/nrzOeXR ivb+1CXvADAclo0FAa/HJ3OjztrvbExvfFfwNC4xhPcRNjYUDagIFCK4tpT1g50y RRRcPydHhrhVshL2tR0REDebjwvJ4+Z2AqzWigbq5RwliT81H96Le9W4cPx3AflK ih8yz6ICqmHP/mdM4z5qg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtddtgdeffeduleculddtuddrgeefvddrtd dtmdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggft fghnshhusghstghrihgsvgdpuffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftd dtnecunecujfgurhephffvvefufgfofffkgggtsehttdertderredtnecuhfhrohhmpefl ohhnucfhihhnvghmrghnuceojhhonhesfhhinhgvmhgrnhdrmhgvqeenucggtffrrghtth gvrhhnpefgleeljeeujefgtdejjeeludeltdfftedufeevtddtuedtgeeuueevfedvgedt jeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehjoh hnsehfihhnvghmrghnrdhmvgdpnhgspghrtghpthhtohepvddpmhhouggvpehsmhhtphho uhhtpdhrtghpthhtohepjhhonhesfhhinhgvmhgrnhdrmhgvpdhrtghpthhtohepmigrlh hpihhnvgdsuhhsvghrsheslhhishhtshdrrghlphhinhgvlhhinhhugidrohhrgh X-ME-Proxy: Feedback-ID: i379043cf:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 31 May 2025 19:20:36 -0400 (EDT) Received: from localhost (jonjfineman.com [local]) by jonjfineman.com (OpenSMTPD) with ESMTPA id 22a19d85; Sat, 31 May 2025 19:20:35 -0400 (EDT) From: Jon Fineman To: ~alpine/users@lists.alpinelinux.org Cc: Jon Fineman Subject: kitty fails to launch after upgrade to 3.22 User-Agent: Notmuch/0.38.3 (https://notmuchmail.org) Emacs/30.1 (x86_64-unknown-openbsd) X-Mailer: Emacs/Notmuch Date: Sat, 31 May 2025 19:20:34 -0400 Message-ID: <87v7pg5pvh.fsf@ryzen.jonjfineman.com> MIME-Version: 1.0 Content-Type: text/plain When trying to run kitty (version 0.42.1) I get the below error. Any thoughts on how to debug this? This happens using sway and the console. Thanks. Jon $: kitty [1.493] Traceback (most recent call last): File "/usr/bin/../lib/kitty/kitty/main.py", line 571, in main kitty_main(called_from_panel) File "/usr/bin/../lib/kitty/kitty/main.py", line 553, in kitty_main run_app(opts, cli_opts, bad_lines, talk_fd) File "/usr/bin/../lib/kitty/kitty/main.py", line 308, in __call__ _run_app(opts, args, bad_lines, talk_fd) File "/usr/bin/../lib/kitty/kitty/main.py", line 281, in _run_app boss = Boss(opts, args, cached_values, global_shortcuts, talk_fd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/../lib/kitty/kitty/boss.py", line 411, in __init__ self.atexit.unlink(store_effective_config()) File "/usr/bin/../lib/kitty/kitty/boss.py", line 191, in unlink self._write_line(f'unlink {path}') File "/usr/bin/../lib/kitty/kitty/boss.py", line 183, in _write_line w = self.worker = subprocess.Popen([kitten_exe(), '__atexit__'], stdin=subprocess.PIPE, stdout=subprocess.DEVNULL, close_fds=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.12/subprocess.py", line 1955, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/kitten'