Page 1 of 1

[SOLVED]Unable to boot into KDE4

PostPosted: Jul 23rd, '15, 19:52
by scarper
Hello. This morning I did a few updates and I afterwards I noticed that I couldn't delete a document. I then rebooted my laptop and tried logging in and now it won't let me boot into KDE. The message was:

Code: Select all
The following installation problem was detected while trying to start KDE:

      No write access to $HOME directory (/home/mark).

KDE is unable to start.


Then after I click on the OK button a pop-up comes up saying:

Code: Select all
Could not start ksmserver. Check your installation.


I then booted into IceWM and it worked. I then installed LXDE through the Terminal in order to see if my files were still there and it worked.

Any ideas on how to fix this so I can boot into KDE??

EDIT: I've attached the file ".xsession-errors"

Re: Unable to boot into KDE4

PostPosted: Jul 24th, '15, 02:59
by daniewicz
Can you change the permissions of /home/mark from LXDE?

Re: Unable to boot into KDE4

PostPosted: Jul 24th, '15, 08:09
by scarper
daniewicz wrote:Can you change the permissions of /home/mark from LXDE?


Well what I've tried so far are some commands listed on other threads that describe a similar or the same problem, and most if not all tell me to run this command in a terminal which is this. I've also tried variations of chown such as: this, and this, however I still get the same error when booting up KDE.

Here are what the permissions look like on my system:

Code: Select all
ls -al /home
total 52
drwxr-xr-x  5 root   root    4096 Jul 23 16:46 ./
drwxr-xr-x 21 root   root    4096 Jul 23 13:01 ../
drwx------  2 root   root   16384 Jan  5  2014 lost+found/
dr-xr-xr-x 58 mark   mark   20480 Jul 23 10:08 mark/
drwxr-xr-x  5 xguest xguest  4096 Jul 23 16:47 xguest/


I'm guessing I need write access since compared to the xguest account that's the only difference; xguest does boot into KDE perfectly. I'm not sure how to change that though for my account.

Re: Unable to boot into KDE4

PostPosted: Jul 24th, '15, 12:38
by jkerr82508
In a terminal, become root
Code: Select all
su -
and enter the root password when asked

and then enter
Code: Select all
chmod -R u+w /home/mark

Jim

Re: Unable to boot into KDE4

PostPosted: Jul 24th, '15, 19:49
by scarper
jkerr82508 wrote:In a terminal, become root
Code: Select all
su -
and enter the root password when asked

and then enter
Code: Select all
chmod -R u+w /home/mark

Jim


Thank you so much it worked!!! I'm marking this as solved now! :D