My distro recently switched to using the SDL2 compatibility package which maps functionality to SDL3. When building Cool VL Viewer with --usesystemlibs, the resulting viewer's clipboard functionality doesn't work. The viewer will hang for a few moments when ctrl+V or even when using the context menu Paste. It also will not copy anything highlight and ctrl+C or, again, via the context menu. This happens across any text input area within the viewer, from chat input to Script/Notecard editing. My Space Navigator seems to work correctly, however (which I believe also depends on SDL).
I build with: ./linux-build.sh --usesystemlibs --tune --clang --lto
I'm attaching a log where I tried multiple copies/paste activities, though I don't see anything that might point to the issue. I have also searched that project's issues and haven't seen other reporting anything related to clipboard functionality. And inspected my system's journal for any hint about what is failing but have found no clues.
This is certainly NOT critical. It's easily avoided by building without --usesystemlibs OR by copying or linking the SLD2 lib provided by the official build into the appropriate lib folder, which implies a potential bug in the 2.32.56 version that I have.