-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is LogbookKonni_Layouts.zip? #24
Comments
You can build the layout zip file with the makezip.sh script in github. Hope this helps. |
That does help. Thanks Peter. I hope to have findit and logbookkonni updated for O v5.2 Plugin Manager, and will make a PR to your repos when ready. It builds multiple environments (about 11) with Plots to follow. |
Tried Preferences Install and it opens my local folder So this needs to be fixed. Will look at it. |
The most recent version of LogbookKonni v1.4.13.0 which works with Plugin Manager, however the Preferences > Layouts Install
for some reason. This is not the correct location for downloads of the layouts and it needs to be fixed. |
In LogbookOptions.cpp (which should not be touched, wxformbuilder)
I have not found where the path is actually set. I have searched for Layouts.zip |
Rick, The Layout structure is build and loaded in logbook_pi.cpp in function loadLayouts. |
Plugin Manager is the new structure for adding plugins to a master opencpn/plugin catalog using tarballs and metadata files. As a result getpshared??? has changed to getplugindatadir and the data directory has changed location depending on the OS. I have absolutely no idea why it is going to my repos for tactics, except that was what I was last using. |
logbookkonni_pi.cpp starting line 725
This is not the path for layout.zip, but it does set up logbook's data directory. GetPluginDataDir instead of previous GetpSharedDataLocation(). See https://github.com/leamas/OpenCPN/wiki/Plugin-adaptation#adapting-plugins-to-the-installer It does appear that a logbook installation currently is using this folder for images and svg icons. It does appear that a logbook installation currently is using this folder for files logbookKonne_pi.cpp LINE 1461 Here is the logbook.zip download area. I think something has changed as a result of the change to Plugin Manager!!
I think this needs to be fixed. |
Rick... |
logbookkonni_pi.cpp starting line 725 I believe this sets up logbook's data directory. This seems to be working, but it may not conform to the new data location which would use getplugindatadir("logbookkonni_i) as a beginning. GetPluginDataDir instead of previous GetpSharedDataLocation(). See https://github.com/leamas/OpenCPN/wiki/Plugin-adaptation#adapting-plugins-to-the-installer logbookKonne_pi.cpp LINE 1461 Ptulp wrote:
|
Peter,
Where can I find this important file that the instructions say should be downloaded and unzipped?
I note that the github repository gitignore has as the last change "ignore zip files for git"
while the instructions ask use to use "Preferences" to download the layout files, but that goes nowhere.
The text was updated successfully, but these errors were encountered: