GNOME Bugzilla – Bug 591221
undefined symbols in sound.so plugin
Last modified: 2016-03-02 14:08:05 UTC
Please describe the problem: I failed to find gswitchit_plugins module in our fancy 'Simple bug guide' at bugzilla, so I post here. sound.so uses the symbol gnome_triggers_do but doesn't seem to link with libgnome that defines this symbol. Steps to reproduce: 0. Pre-requisite: you have libgnomekbd and gswitchit_plugins installed. I suppose that one more pre-requisite is that plugins are compiled with --as-needed compiler option. 1. Run gkbd-indicator-plugins-capplet from the terminal window. Actual results: The plugin manager runs, with the following message in the terminal window: [1249814380,000,gkbd-indicator-plugin-manager.c:gkbd_indicator_plugin_manager_add_plugins_dir/] Bad module: [/usr/lib/gnomekbd/sound.so], /usr/lib/gnomekbd/sound.so: undefined symbol: gnome_triggers_do Respectively, sound.so does not seem to appear in the list of available plugins. Expected results: sound.so is linked with libgnome directly. Does this happen every time? Other information:
This is very likely completely obsolete, closing.