M4rtinK / modrana

ModRana is a flexible GPS navigation system for mobile devices. This is the main upstream modRana source code repository - waiting for your pull requests & patches! :)
www.modrana.org
GNU General Public License v3.0
66 stars 21 forks source link

(Have an option to) store cache in ~/.cache instead of ~/.modrana/... #203

Open radomirbosak opened 7 years ago

M4rtinK commented 7 years ago

Good point - we should really use the recommended XDG path for the profile on new installations. But at the same time we should not break user installations using the old path. But that should be doable, by checking if the old path exists before creating & using the new path.