lxqt / lxqt-panel

The LXQt desktop panel
https://lxqt-project.org
GNU Lesser General Public License v2.1
179 stars 135 forks source link

Fix a plugin loader runtime failure #2061

Closed luis-pereira closed 2 months ago

luis-pereira commented 2 months ago

The plugins must export the symbols to allow loading by the panel executable. CMAKE_EXECUTABLE_ENABLE_EXPORTS is too new for us.

Supersedes https://github.com/lxqt/lxqt-panel/pull/2053. Fixes https://github.com/lxqt/lxqt-panel/issues/2052.

tsujan commented 2 months ago

Thanks! Will make point releases for this and https://github.com/lxqt/libfm-qt/pull/972 soon — perhaps tomorrow.