From d6ffa189a30412cd74f65a97385da8c23a34e0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Fri, 27 Feb 2026 18:48:48 +0100 Subject: [PATCH] asn1editor: add wrapGAppsHook3 to fix file dialog crash Without wrapGAppsHook3 the application terminates like this when navigating to "File -> Open ASN.1 specification": (asn1editor:1178773): GLib-GIO-ERROR **: 14:08:42.730: Settings schema 'org.gtk.Settings.FileChooser' is not installed Trace/breakpoint trap (core dumped) ./result/bin/asn1editor --- pkgs/by-name/as/asn1editor/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/as/asn1editor/package.nix b/pkgs/by-name/as/asn1editor/package.nix index bf0c0f5e27d2..2093ab248826 100644 --- a/pkgs/by-name/as/asn1editor/package.nix +++ b/pkgs/by-name/as/asn1editor/package.nix @@ -2,6 +2,7 @@ lib, python3, fetchFromGitHub, + wrapGAppsHook3, }: python3.pkgs.buildPythonApplication (finalAttrs: { @@ -18,6 +19,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { build-system = with python3.pkgs; [ setuptools + wrapGAppsHook3 ]; dependencies = with python3.pkgs; [