delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/03/21/17:21:57

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DEA953857C71
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1616361713;
bh=YRfnir1DcKEBZcwuWjFKtGCo4nftESoWygJiGSAkJxk=;
h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=vDanu0094TrIvoHo/15R0+Q0P9QpqYaoOrOL+tQpdtubNfCNNwBbbNiLT3B+enh/o
cRPALyaqrV2xWhAkxdXMK5d5vNC5ZRO27R0Y2wo0FYFmkYIlcf2R3cCkeCc6LTy63C
QvJFm0vBF6pp0WZlOeiEx8wzcN4J9SX3nQ+vBILM=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2EC4D3858D29
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
Date: Sun, 21 Mar 2021 14:21:37 -0700
Message-ID: <CAAHpriNepOxmphu3xMVvR9rmDCiATrx2wON5rx4oh5z+oumG4w@mail.gmail.com>
Subject: Error running gitg
To: cygwin AT cygwin DOT com
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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Keith Thompson via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Keith Thompson <Keith DOT S DOT Thompson AT gmail DOT com>
Cc: Keith Thompson <Keith DOT S DOT Thompson AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

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
"""
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019