Package: gnome-sharp2 / 2.24.2-4

Metadata

Package Version Patches format
gnome-sharp2 2.24.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_dllmaps.dpatch | (download)

gnome/gnome-sharp.dll.config.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
02_fix_pkg config_paths.dpatch | (download)

art/art-sharp-2.0.pc.in | 4 2 + 2 - 0 !
gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in | 4 2 + 2 - 0 !
gconf/GConf/gconf-sharp-2.0.pc.in | 4 2 + 2 - 0 !
gnome/gnome-sharp-2.0.pc.in | 4 2 + 2 - 0 !
gnomevfs/gnome-vfs-sharp-2.0.pc.in | 4 2 + 2 - 0 !
5 files changed, 10 insertions(+), 10 deletions(-)

---
03_fix_gac_policy_filenames.dpatch | (download)

Makefile.include | 4 2 + 2 - 0 !
gconf/GConf/Makefile.am | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

---
04_initialize_dbus_glib_threading.patch | (download)

gconf/GConf/Client.cs | 11 11 + 0 - 0 !
gconf/GConf/gconf-sharp.dll.config.in | 1 1 + 0 - 0 !
2 files changed, 12 insertions(+)

 [patch] explicitly initialize d-bus glib threading

When gconf was switched from orbit to dbus it was no longer thread-safe by
default. This behavior can only get back by explicitly initializing dbus-glib's
threads. This issue affects multi-threaded GConf# users like Banshee leading
them to SEGVs.

For more details see:
https://bugzilla.gnome.org/show_bug.cgi?id=683830