> Try > sudo ldconfig Many thanks, it helped!
1. I found source code of libnotify here: http://git.gnome.org/browse/libnotify/ 2. I cloned it: git clone git://git.gnome.org/libnotify 3. Build libnotify: "./autogen.sh", "make" and "sudo make install" 4. And with your tips: "sudo ldconfig" Everything works fine, but there is a warning for notification.show (): ": GLib-GObject-WARNING **: /build/buildd/glib2.0-2.27.2/gobject/gsignal.c:2392: instance `0x8ef5900' has no handler with id `207'" But it already makes me happy! :) Workaround above (--vapidir=/path/to/vapi/from0.10version) I too have used and it works too, but there is a critical message: "CRITICAL **: dbus_g_proxy_disconnect_signal: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed" -- Banzai, Dmitriy Kovalenko _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
