Launchpad has imported 6 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=706078.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2011-05-19T12:44:37+00:00 Stijn wrote:

Description of problem:

Install a package that invokes glib-compile-schemas, then witness this:

  Updating   : webkitgtk3-1.4.0-2.fc16.x86_64                            41/181 
warning: undefined reference to <schema 
id='org.gnome.desktop.default-applications.at'/>

Version-Release number of selected component (if applicable):

gsettings-desktop-schemas-3.0.1-1.fc16.noarch

This seems to be because /usr/share/glib2/schemas/org.gnome.desktop
.default-applications.gschema.xml contains a reference to child schema
'org.gnome.desktop.default-applications.at' while no such schema ID is
then defined in the rest of the file.

Note that I have on clue whatsoever about gsettings schemas, so I might
be 100% wrong here.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-
schemas/+bug/796578/comments/0

------------------------------------------------------------------------
On 2011-06-13T12:08:50+00:00 Eliah wrote:

I have produced and reported this bug in Ubuntu oneiric (see
https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-
schemas/+bug/796578).

Reply at: https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-
schemas/+bug/796578/comments/3

------------------------------------------------------------------------
On 2011-06-21T17:58:37+00:00 Michal wrote:

I can confirm the same issue is existing now in Fedora 15.

This command will fail and end with coredump:
gsettings list-recursively org.gnome.desktop.default-applications

Reply at: https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-
schemas/+bug/796578/comments/4

------------------------------------------------------------------------
On 2011-06-21T18:02:16+00:00 Michal wrote:

I forgot the output of the command

$ gsettings list-recursively org.gnome.desktop.default-applications

GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.default-
applications.at' is not installed

aborting...
Aborted (core dumped)

Best regards
Michal Ambroz

Reply at: https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-
schemas/+bug/796578/comments/5

------------------------------------------------------------------------
On 2011-06-21T18:25:13+00:00 Michal wrote:

It seems that the "at" child was already removed in the upstream:
http://mail.gnome.org/archives/commits-list/2011-May/msg03106.html

After removing the child line and compiling the schemas the error goes
away.

#glib-compile-schemas /usr/share/glib-2.0/schemas
# gsettings list-recursively org.gnome.desktop.default-applications
org.gnome.desktop.default-applications.terminal exec 'gnome-terminal'
org.gnome.desktop.default-applications.terminal exec-arg '-x'

I have also checked other schemas and none of the others suffers the same issue:
#!/bin/bash
SCHEMAS=`gsettings list-schemas`
for I in $SCHEMAS ; do 
        echo "=== $I ==="
        gsettings list-recursively $I

done

Best regards
Michal Ambroz

Reply at: https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-
schemas/+bug/796578/comments/6

------------------------------------------------------------------------
On 2012-01-23T16:02:56+00:00 Michal wrote:

Seems to be fixed in current gsettings-desktop-
schemas-3.2.0-1.fc16.noarch

Best regards
Michal Ambroz

Reply at: https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-
schemas/+bug/796578/comments/8


** Changed in: gsettings-desktop-schemas (Fedora)
       Status: Unknown => Fix Released

** Changed in: gsettings-desktop-schemas (Fedora)
   Importance: Unknown => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/796578

Title:
  org.gnome.desktop.default-applications.gschema.xml references
  undefined child schema org.gnome.desktop.default-applications.at

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/796578/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to