NeoTerrm / NeoTerm

👍 modern terminal emulator for Android
GNU General Public License v3.0
655 stars 85 forks source link

Supports multi-user #80

Open tiann opened 2 years ago

tiann commented 2 years ago

I am not sure is there any other breaking changes, it works on my secondary user, should fix #79

imkiva commented 2 years ago

Supporting multi-user requires compiling packages with runtime-resolved PREFIX but packages currently are compiled with hardcoded primary user's data path. Changing the app would break all of the them.

I don't know whether termux has fixed the issue related to multi-user (sorry for it because I am on another research). You can keep this change in your derived app but more investigation should be taken before merging.