Hello,<br><br>i'm currently updating Xfce to 4.4.1 in OpenBSD, and i struggle in an issue with xfce-mcs-manager.<br><br>mcs-plugins/sound_settings.so installed by xfce4-mixer cannot be loaded into manager :<br><br>(xfce-mcs-manager:552): xfce-mcs-manager-WARNING **: Module /usr/local/lib/xfce4/mcs-plugins/sound_settings.so cannot be opened (Cannot load specified object)
<br><br>Other mcs-plugins are correctly loaded/shown (apart xscreensaver_settings.so, but i assume it's normal as xscreensaver is not available/installed), and all plugins are installed in the same directory : /usr/local/lib/xfce4/mcs-plugins/
<br><br>I see in <a href="http://svn.xfce.org/svn/xfce/xfce-mcs-manager/tags/xfce_4_4_1/xfce-mcs-manager/xfce-mcs-manager.c">http://svn.xfce.org/svn/xfce/xfce-mcs-manager/tags/xfce_4_4_1/xfce-mcs-manager/xfce-mcs-manager.c
</a> that g_module_open() fails, what can i change to get more debug information ? a dlopen() fails ? with a simple test program, is it possible to test mcs-plugin 'integrity' ? nm on the .so file shows lots of syms, but no g_module_* call, is it normal (others have g_module_check_init()) ?
<br><br>nm /usr/local/lib/xfce4/mcs-plugins/sound_settings.so | grep g_module => nothing<br><br>using gtk+2-2.8.20 and glib2-2.10.3..<br>should i file a bug report ?<br><br>Thanks,<br>Landry<br>