Bug 271221 - editors/cudatext Folders 'py'/'data' are missed
Summary: editors/cudatext Folders 'py'/'data' are missed
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-03 05:44 UTC by Alexey Torgashin
Modified: 2023-05-03 15:12 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Torgashin 2023-05-03 05:44:15 UTC
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).
Comment 1 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-05-03 06:18:23 UTC
(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
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-05-03 15:12:03 UTC
I close this PR. Take a look at: https://github.com/Alexey-T/CudaText/issues/5040