unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38005: org.gtk.Settings.FileChooser glib schema missing "show-type-column" key
@ 2019-10-31 15:32 Josh Holland
       [not found] ` <handler.38005.B.15725359773000.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Holland @ 2019-10-31 15:32 UTC (permalink / raw)
  To: 38005

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#38005: Acknowledgement (org.gtk.Settings.FileChooser glib schema missing "show-type-column" key)
       [not found] ` <handler.38005.B.15725359773000.ack@debbugs.gnu.org>
@ 2019-10-31 17:16   ` Josh Holland
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Holland @ 2019-10-31 17:16 UTC (permalink / raw)
  To: 38005-close

I just checked, and in fact staging already has 3.24.12, which contains
the missing key.  So I suppose this will be resolved when staging gets
merged.

Thanks,
--
Josh Holland

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-31 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 15:32 bug#38005: org.gtk.Settings.FileChooser glib schema missing "show-type-column" key Josh Holland
     [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

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).