Closed nim65s closed 4 years ago
It looks for the plugin in
Thanks, I understand better.
I agree that the list of searched path is not exhaustive. Any suggestion is welcome.
I'd suggest to just add ${CMAKE_INSTALL_PREFIX}/lib/gepetto-gui-plugins
, and add a hint for GEPETTO_GUI_PLUGIN_DIRS
in the error message.
Hi,
Running
gepetto-gui
, with gepetto-viewer & gepetto-viewer-corba raised the following errors:This .so is available at
/usr/lib/gepetto-gui-plugins
, so settingQT_PLUGIN_PATH
to this path fixed the issue for me.But depending on how I build GV & GV-corba, this is sometimes required and sometimes not.
Without this
QT_PLUGIN_PATH
, how is the plugin system able to find the plugins ?