Hi, the attached patch is supposed to add the gnome cd burner brasero. It compiles, but starting brasero fails on my debian kde desktop with the following messages: ** (brasero:15560): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files (brasero:15560): GLib-GIO-ERROR **: Settings schema 'org.gnome.brasero.config' is not installed Trace/breakpoint trap Following http://forums.gentoo.org/viewtopic-p-7380668.html https://mail.gnome.org/archives/commits-list/2012-October/msg08466.html the first one can be silenced by export NO_AT_BRIDGE=1 For the second one, I found http://forum.salixos.org/viewtopic.php?p=12697 that leads to http://forum.salixos.org/viewtopic.php?f=17&t=1852&start=10#p12011 or https://bugs.mageia.org/show_bug.cgi?id=3843 Does anyone know how to start a gtk+-3 application on a "foreign" desktop? How can we get around running commands such as /usr/bin/glib-compile-schemas --allow-any-name /usr/share/glib-2.0/schemas/ ? Andreas