Since the new Electron rendering gives graphics glitches on my system, I'm trying RStudio server.
I installed rstudio-server-bin
from AUR, and start the server with rstudio-server start
.
It calls polkit to seemingly get root access.
In fact when I try rstudio-server status
, it gives the following error:
[ABRIDGED] [118397]: WARNING Server user ' root' does not exist, running as root instead (not recommended); LOGGED FROM: virtual rstudio::core::ProgramStatus rstudio::server::Options::read(int, char* const*, std::ostream&) src/cpp/server/ServerOptions.cpp:282
How can I run the server as a regular user?