rgleason / vdr_pi

Voyage Data Recorder plugin for OpenCPN
GNU General Public License v3.0
1 stars 3 forks source link

Master branch (from Leamas) builds and svg issue #16

Closed rgleason closed 3 years ago

rgleason commented 3 years ago

Master branch https://github.com/rgleason/vdr_pi/tree/master

1. Flatpak 18.08 does not complete

https://github.com/rgleason/vdr_pi/runs/3099191029

Note that the directories 
'/var/lib/flatpak/exports/share'
'/home/circleci/.local/share/flatpak/exports/share'
are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

Is this no longer supposed to be built? Why is this env var not available?

2. SVG icons still do not work, after much trial and error

The svg files and icon.h, icon.cpp and vdr_pi.cpp are virtually the same as master-rasbats branch which works. The only difference I can determine is that the master-rasbats branch from rasbats, includes the libraries tinyxml, jsoncpp, wxjson, api-16 and these are included directories.

-- Does svg require one of the above directories?