Look at the report here: https://github.com/Alexey-T/CudaText/issues/5040 Seems, the FreeBSD port is not installing the required folders 'py' and 'data' into required dir: https://wiki.freepascal.org/CudaText#Location_of_folders_.27settings.27.2C_.27py.27.2C_.27data.27 . Installer must pre-copy (and overwrite all older files) dirs 'py' and 'data' into ~/.config/cudatext (or $XDG_CONFIG_HOME/cudatext if this OS variable is set).
(In reply to Alexey Torgashin from comment #0) It seems like an old version of cudatext package was installed. Current package version of cudatext on FreeBSD 13.x is 1.191.5 (qt5 and gtk2) and it works on my freebsd 13.x box Take a look at the following patch file: https://cgit.freebsd.org/ports/tree/editors/cudatext/files/patch-app-proc_globdata.pas It tries copy data and py directories to homedir on runtime. I think issue reported apply to version used/installed by user. The best is update pkg config file for use latest repository
I close this PR. Take a look at: https://github.com/Alexey-T/CudaText/issues/5040