https://bugs.documentfoundation.org/show_bug.cgi?id=170934
--- Comment #2 from Hossein <[email protected]> --- You can try listing the possible VCL plugins based on what is built. For example, I see this on Linux: $ $ ls instdir/program/libvclplug*.so instdir/program/libvclplug_genlo.so instdir/program/libvclplug_gtk4lo.so instdir/program/libvclplug_gtk3lo.so instdir/program/libvclplug_qt6lo.so This shows "gen", "gtk3", "gtk4" and "qt6" VCL plugins are built, but not "qt5" for example. You may find a comprehensive list of possible VCL plugins here: https://wiki.documentfoundation.org/Development/Environment_variables#General Trying to check if some library files are loadable can be an option. Or, maybe checking for some symbolic definitions. Please see: vcl/source/app/salplug.cxx pPluginList and/or pPlugins variables contain good information about supported plugins. Try to use the code from the above file, or write something similar. -- You are receiving this mail because: You are the assignee for the bug.
