AnLinux-App icon indicating copy to clipboard operation
AnLinux-App copied to clipboard

entire debian running in root mode only?

Open ghost opened this issue 2 years ago • 5 comments

mousepad complains about running in root mode. it might ceate issues in future. if possible, run in normal mode.

ghost avatar Nov 13 '22 15:11 ghost

Currently there's no plan to make the distro start as normal user, however you can do this yourself by creating a normal user and switch to it.

exalab999 avatar Nov 14 '22 01:11 exalab999

i can create adduser username. by default it boots in root mode. is it possible to start as normal user from root mode?

ghost avatar Nov 14 '22 01:11 ghost

Edit start-debian.sh, and change all /root to your new user home directory, for example: /home/user . You can also switch user after starting distro by running: su - username

exalab999 avatar Nov 14 '22 01:11 exalab999

I have the same issue with Arch. It only has root and after adding a regular user does not work well: https://github.com/EXALAB/AnLinux-App/issues/412

archkorimitsu avatar Dec 08 '22 18:12 archkorimitsu