You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure the best way to approach making the model path configurable. I'd like to avoid using a separate configuration file because I'm already using gsettings, but it seems like there may be no way around it for packaging. Specifying it when starting livecaptions might be a bit odd. You can already change it by specifying the APRIL_MODEL_PATH environment variable (although I believe this may have issues with the model switcher), but I'm not sure whether that's good enough for packaging
Hi @abb128 ,
as packaging this software there is issue with the FHS.
The path to the data model is under
/app
which is not compatible with packaging model of most distributions.Would it be possible not to hardcode the path and rather either specify it when the tool starts or it's loaded from configuration file?
LiveCaptions/src/common.h
Line 26 in 3b0a8c8
LiveCaptions/src/livecaptions-settings.c
Line 257 in 3b0a8c8
LiveCaptions/build-aux/flatpak/net.sapples.LiveCaptions.json
Line 28 in 3b0a8c8
LiveCaptions/data/net.sapples.LiveCaptions.gschema.xml
Line 63 in 3b0a8c8
The text was updated successfully, but these errors were encountered: