could install Theia by a common user beside "root" user in Linux #10452
Unanswered
bluejade008
asked this question in
Ideas
Replies: 1 comment 5 replies
-
Hi @bluejade008, I assume the building/compiling failure stems from some native dependencies which we are using. Those probably require some sort of elevated user rights. You should be able to start Theia (both electron and browser version) as a common user after compiling it. However, as far as I know, there's a limitation regarding the access permissions: The user not only needs access to the workspace but also to the compiled backend folder of Theia, since it needs access to the compiled JavaScript sources in order to execute the backend. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Could you try to install Theia via common user?
I want to limit the user access permission to Eclipse Theia, and define the special workspace?
I failed to build and complie Theia by a common user.
Beta Was this translation helpful? Give feedback.
All reactions