rgleason / watchdog_pi

watchdog plugin for opencpn
GNU General Public License v3.0
1 stars 10 forks source link

flatpak: config file in wrong location (?) #20

Closed leamas closed 3 years ago

leamas commented 3 years ago

Discussion forked from https://github.com/OpenCPN/OpenCPN/issues/2306#issuecomment-862492941. Lets continue here

leamas commented 3 years ago

hm... it should certainly not be that way.

The file we are discussing is WatchdogConfiguration.xml, right?

@filochard: what version of watchdog_pi ?

leamas commented 3 years ago

hm... I'm trying the current master at Ricks repo, version 2.4.31.1. This one stores the WatchdogConfiguration.xml file at the correct location, for me $HOME/.var/app/org.opencpn.OpenCPN/config/opencpn/plugins/watchdog/WatchdogConfiguration.xml.

If you have other experiences: are you using another version?

Never mind, I think I found it. Current version on master is 2.4.31, and that one is OK. However, the published version is 2.4.30 (master catalog), and this one does indeed use wrong directory as you described. We just need to wait for version 2.4.31 to be published to have this fixed.

leamas commented 3 years ago

Fixed in current master. Closing