Results 423 comments of leamas

Looking at the object tree: ![image](https://github.com/OpenCPN/OpenCPN/assets/405541/f2d872a8-8b1c-4ab7-9629-3bf793d15dac) There is nothing like a wxScrolledWindow present here? Is it that gtk needs an explicit scrolled window, while Windows/Macos does not?

yes, of course. And that one has a scrolled window on top: ![image](https://github.com/OpenCPN/OpenCPN/assets/405541/8849b2fc-2b2a-4504-94de-717657c04ab9) Question is then why it does not work as expected on gtk. Back to square one.

Thanks for reporting this long standing issue!

This is actually non-trivial. The basic problem is that wxStaticText, the widget used to present text like this does not support selecting and copying text. I have worked around this...

That said, could you please **use** the form when submitting bugs? Bugs are so much easier to read when they follow a common pattern. It also forces you to think...

While on this widget we should perhaps consider to add a "Get help" link to CF.

@antipole2 Can perhaps fix with some help. Could you please provoke the error while using `--loglevel debug`, grep for *Sound command:* in the log file and report back.

@antipole2 : I have test builds available at https://cloudsmith.io/~alec-leamas/repos/opencpn/packages/, look for the 3781321b2 builds. This is based on the assumption that the problem stems from missing argument quoting in the...

> To test, you need to edit the name of the application to include a space, say 'OpenCPN v5.9' Easier said than done -- I have no Mac available. @nohal...

...but then again, the basic problem of OpenCPN configuring tz and formatting in multiple places is a real one. EDIT: My suggestion is that to abandon this PR and file...