emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38005: closed (org.gtk.Settings.FileChooser glib schema missing "sho


From: GNU bug Tracking System
Subject: bug#38005: closed (org.gtk.Settings.FileChooser glib schema missing "show-type-column" key)
Date: Thu, 31 Oct 2019 17:17:02 +0000

Your message dated Thu, 31 Oct 2019 17:16:11 +0000
with message-id <address@hidden>
and subject line Re: bug#38005: Acknowledgement (org.gtk.Settings.FileChooser 
glib schema missing "show-type-column" key)
has caused the debbugs.gnu.org bug report #38005,
regarding org.gtk.Settings.FileChooser glib schema missing "show-type-column" 
key
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38005: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38005
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: org.gtk.Settings.FileChooser glib schema missing "show-type-column" key Date: Thu, 31 Oct 2019 15:32:30 +0000 User-agent: mu4e 1.2.0; emacs 26.3
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#38005: Acknowledgement (org.gtk.Settings.FileChooser glib schema missing "show-type-column" key) Date: Thu, 31 Oct 2019 17:16:11 +0000 User-agent: mu4e 1.2.0; emacs 26.3
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]