From 2a46d8187f1a42de8b5fa3ac6c6034e2ee5a6cae Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 9 Oct 2015 11:28:12 +0100 Subject: [PATCH] Use the real SONAMEs of GObject and GLib The symlinks with bare '.so' rather than '.so.0' are part of development packages, and are not intended to be installed on end-user systems. This appears to have caused (or at least contributed to) . --- gtk3-nocsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk3-nocsd.c b/gtk3-nocsd.c index 6488c16..783584e 100644 --- a/gtk3-nocsd.c +++ b/gtk3-nocsd.c @@ -57,11 +57,11 @@ enum { #endif #ifndef GOBJECT_LIBRARY_SONAME -#define GOBJECT_LIBRARY_SONAME "libgobject-2.0.so" +#define GOBJECT_LIBRARY_SONAME "libgobject-2.0.so.0" #endif #ifndef GLIB_LIBRARY_SONAME -#define GLIB_LIBRARY_SONAME "libglib-2.0.so" +#define GLIB_LIBRARY_SONAME "libglib-2.0.so.0" #endif #ifndef GIREPOSITORY_LIBRARY_SONAME