From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by sourceware.org (Postfix) with ESMTPS id 2EC4D3858D29 for ; Sun, 21 Mar 2021 21:21:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2EC4D3858D29 Received: by mail-ed1-x533.google.com with SMTP id j3so16959459edp.11 for ; Sun, 21 Mar 2021 14:21:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=dOiQFF1zVv0ApbnPldcGDvdoY539uHzSB7fOfLPAv30=; b=LZxgD5AvYwQZVE0c8p3RS+/mfd1M8tIuEU6e1hSC8RXF82vSt3WDAvgeKf4crxvisz yL2bjtf9Qba7J5U6ZFwg66pR/D6PUKzRuKD47Mbj45bEHGZszvjKmSmJGBoCoz4phzuj pJZSPn1PDOtc+Nit54BRFQX4xIIBujQpZKVjeyMy3wXi3/dYM/hYkJsvi4uEKf0Ip5vU XzIPNYKsSiD0iiCbmuYBw5kkS2HtKNuYxZY9NMu6luiwoI75AxlNW87MuvJXIOicrH49 h32WTQnktgKydySM9CMP9gMyp2pNxMIiNGGwLNnD4IxyqjHUJTNgTs5Jun05rJEBo+wo RI3Q== X-Gm-Message-State: AOAM532EP54Q+1rx3cV+7ReyA0o6cBJAjqP2j8iH08unT4QdWM9vR1Pj uZzn+GfabTU6UkDXbVMnbG3deZyPndJLAcoY6mC+JBRVAUJlvg== X-Google-Smtp-Source: ABdhPJxxG9O6v9IRGLwANZiAwa1RPzFgta0C32pMzyfg9oXFBIcKloROzlaEXqscmbFB1vBTmE8m3hKHajBfa+RiRf0= X-Received: by 2002:a05:6402:180b:: with SMTP id g11mr21987430edy.195.1616361708961; Sun, 21 Mar 2021 14:21:48 -0700 (PDT) MIME-Version: 1.0 From: Keith Thompson Date: Sun, 21 Mar 2021 14:21:37 -0700 Message-ID: Subject: Error running gitg To: cygwin@cygwin.com Cc: Keith Thompson Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2021 21:21:51 -0000 I just installed the gitg package, version 3.26.0-1. When I run it, I get the following error, and the GUI doesn't launch: ** (gitg:8004): WARNING **: gitg-plugins-engine.vala:40: Could not load repository: Typelib file for namespace 'Peas', version '1.0' not found ** (gitg:8004): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (gitg:8004): GLib-GIO-ERROR **: Settings schema 'org.gnome.gitg.state.window' is not installed A Google search for the error message turns up a similar problem on Arch Linux, reported in 2011. Yes, that's 10 years ago, but it might provide a clue. https://bugs.archlinux.org/task/23029 """ When launching gitg from a terminal, a "Settings schema 'org.gnome.gitg.state.window' is not installed" error is displayed. By adding the following line to the post_install and post_remove hooks of gitg.install file the problem seems to be solved: usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas """