On Thu, 13 Mar 2025 13:44:08 -0400, Vincent Coen <
[email protected]> wrote: <snip>
So then tried run sddm which failed finding it so did a sudo sddm and while running found that any created files are owned by root - so not good.
<snip>
Not sure what caused the problem, but most likely there are now root owned files
in /home.
From
https://wiki.mageia.org/en/Never_use_just_su
=============
If the mistake has already been made, it can be fixed with:
$ su -
Password:
# chown -Rc tester:tester /home/tester
The option "c" for chown causes the command to show the changes it has made and option "R" stands for recursively. You need to exchange "tester" with your actual user id.
If IMAP is used for mail, the mail directory will need to have it's group changed back to mail with:
# chgrp -Rc mail ~/mail
=============
Then reboot. If that doesn't fix it, try a different display manager.
Regards, Dave Hodgins
--- MBSE BBS v1.1.0 (Linux-x86_64)
* Origin: A noiseless patient Spider (2:250/1@fidonet)