mathieu Posted February 15, 2019 Posted February 15, 2019 Armbianmonitor: http://ix.io/1B61 Hello, I installed last Bionic on a Orange Pi PC+. It's on EMMC. (it used to have an old Armbian Ubuntu with 3.x kernel before) Common settings (background image, GTK theme, icons, panel) are there on logout but are not saved on reboot. I saved a text file in the home user folder, it's OK. With another common user I face the same problem, with the root account settings are saved. My Linux knowledge is average, I really don't know what's wrong. Thank you Mathieu
Igor Posted February 15, 2019 Posted February 15, 2019 Perhaps permissions are wrong for .config subdirectory in your home folder. Can you open a terminal window and type: ls -al
mathieu Posted February 17, 2019 Author Posted February 17, 2019 Sorry 1 for late reply, I was away for the weekend. Sorry 2, I guess I should have posted this in "Common issues" section. You were right, a few directories were owned not by the user, but by root instead. I don't know why. By the way the second user I created was actually OK. I changed ownership and group of those few directories and files back to the user with chown -R and chgrp -R (my Linux knowledge is only average, was that the best way to go?). Thank you and thank you for your and other folks' outstanding work on Armbian. Mathieu
Igor Posted February 18, 2019 Posted February 18, 2019 7 hours ago, Mathieu De Renzis said: You were right, a few directories were owned not by the user, but by root instead. I don't know why. Desktop, when installed via armbian-config, had this problem and it was fixed a week ago at source level. Hasn't landed to the repository yet.https://github.com/armbian/config/commit/6c6947f2bea6f5af87fd542478584d6a5fd593a4 2
Recommended Posts