I created a new user for hadoop, I am using the computer with the new user, I mean I switched to it. After using in this new user I have lots of bugs:
- I can't change keyboard layout, It was Turkish Q but it changed to US. Settings->Region and language->Adding new input source doesn't work.
- I can't pin anything to the task bar, I can't change the applications positions, I can't unpin.
- I can't change desktop background image.
- Ubuntu asks me for upgrade every hour(this seems stopped after playing with Software Updater)
This seemed a chmod or sudo problem to me. What do you suggest?
I created user by this way:
sudo addgroup hadoop
sudo adduser --ingroup hadoop hduser
After that, I switched to the new user with "Switch user" option. I tried logging out too.
0 Answers