unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Josh Holland <josh@inv.alid.pw>
To: 38005@debbugs.gnu.org
Subject: bug#38005: org.gtk.Settings.FileChooser glib schema missing "show-type-column" key
Date: Thu, 31 Oct 2019 15:32:30 +0000	[thread overview]
Message-ID: <87tv7paq29.fsf@inv.alid.pw> (raw)

Hi,

I'm using Guix on a foreign distro (Arch), and I have noticed that
Firefox as installed by pacman crashes frequently.  If I run it from a
terminal, I see that the error is the following:

(firefox:1166641): GLib-GIO-ERROR **: 15:05:20.437: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'show-type-column'

Indeed, with some digging, I find that it is missing from the schema
installed by Guix, although present in the system-installed schema:

$ grep show-type-column $GUIX_PROFILE/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml || echo 'not found'
not found
$ grep show-type-column /usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
    <key name='show-type-column' type='b'>

If I go chasing down the symlinks to see where the schemas come from, we
see that Guix has installed gtk+ 3.24.10, while the Arch package is
3.24.12:

$ ls -l $GUIX_PROFILE/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
lrwxrwxrwx 2 root root 120 Jan  1  1970 .guix-profile/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml -> /gnu/store/sf58vblawmpnr384zhi231z6fcc3kaaz-glib-schemas/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
$ ls -l /gnu/store/sf58vblawmpnr384zhi231z6fcc3kaaz-glib-schemas/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
lrwxrwxrwx 17 root root 120 Jan  1  1970 /gnu/store/sf58vblawmpnr384zhi231z6fcc3kaaz-glib-schemas/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml -> /gnu/store/6x13nr57i1qml20kjl30l7b767cw0d0b-gtk+-3.24.10/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
$ pacman -Qi gtk3
Name            : gtk3
Version         : 1:3.24.12+32+g39e28ab933-1
# ...snip...

I'm not sure whether a simple update of the gtk+ package would solve
this, especially as presumably it would trigger a lot of rebuilds.

--
Josh Holland

             reply	other threads:[~2019-10-31 15:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-31 15:32 Josh Holland [this message]
     [not found] ` <handler.38005.B.15725359773000.ack@debbugs.gnu.org>
2019-10-31 17:16   ` bug#38005: Acknowledgement (org.gtk.Settings.FileChooser glib schema missing "show-type-column" key) Josh Holland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tv7paq29.fsf@inv.alid.pw \
    --to=josh@inv.alid.pw \
    --cc=38005@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).