learningequality / kolibri-installer-gnome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If a session Kolibri exists, Kolibri should ignore KOLIBRI_USE_SYSTEM_INSTANCE

dylanmccall opened this issue · comments

When migrating from systems which used to use per-user Kolibri and now have system-wide Kolibri, it would be safer if Kolibri ignores the KOLIBRI_USE_SYSTEM_INSTANCE environment variable in the event that the user's KOLIBRI_HOME exists and has data. This way users won't unexpectedly lose data.

(This is a task based on pull request #14).