Hi......Does anybody know how can i rename my user from recovery mode? I need to either re-name or delete the .kde directory so it will be re-generated as default.
Announcement
Collapse
No announcement yet.
Rename user....HOW....SOLVED..!!
Collapse
This topic is closed.
X
X
-
Re: Rename user....HOW
What kind of problem have you encountered?
You can delete the .kde directory in your /home/user directory. And if you need to correct some error that is occurring when you start up KDE, that is a known solution. But maybe we need to talk first.?.?.?The next brick house on the left
Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11| Kubuntu 24.04 | 6.8.0-31-generic
- Top
- Bottom
-
Re: Rename user....HOW
If you are sure what you are doing and why you are doing it then I'd suggest you move your files first before deleting them entirely. To do so go to the command line and type:
Code:mkdir .kde.bak mv .kde .kde.bak
HTHOnce your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
- Top
- Bottom
Comment
-
Re: Rename user....HOW
Never mind, I just saw your other post. Yes you do need to remove your .kde folder.
Do this at the command line prompt once you are in recovery mode.
Code:cd /home/<your user name> ls -al .kde rm -r .kde ls -al .kde
Then just shutdown and restart. You should have a nice fresh KDE GUI.The next brick house on the left
Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11| Kubuntu 24.04 | 6.8.0-31-generic
- Top
- Bottom
Comment
-
Re: Rename user....HOW
Thanks for your help jglen490: I did as you said. Apparently it worked... but after restart the problem its still there. I can't log-in. The screen keeps turning black and coming back to the log-in window. Any ideas? Maybe in the installation process. What could i messed up? I remembered that i couldn't "create" another primary partition, the manual partition administration was a nightmare and i finnaly surrendered and select the "automatic" option and i think that maybe Kubuntu is installed in logic partitions. Is that a problem?
- Top
- Bottom
Comment
-
Re: Rename user....HOW
To check your space situation do aCode:df -h
Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
- Top
- Bottom
Comment
Comment