So I’m having trouble with permissions with applications, this seems to be following me around as I had the same problem while running openSUSE 13.2 until I upgraded to LEAP 42.2 3 days ago and I have never quite gotten a permanent solution.
I managed to boot up my laptop but got the errors below;
Configuration file “/home/username/.kde4/share/config/knotifyrc” not writable.Please contact your system administrator.
I tried to start one of the applications - VirtualBox but got this instead
*Configuration file “/home/username/.config/VirtualBoxrc” not writable.
* Please contact your system administrator.
As you see for yourself, there seem to be problems with sda4. As we can not see from the fstab what sda4 is (because it uses UUIDs), we have to find that:
Looking for the UUID e1f5da8d-34d3-41f1-adbf-b3124860b518 in your fstab, it shows that /home should be on there. It seems to be ext4. Checking it might be an important thing to do (and having a good backup also of course).
And your dmesg lines also say it is now mounted read-only. Thus you can not write to it (which you blame on KDE only, but no other program can also).
So, when you have no recent backup, you can still make one from the read only file system.
Better check the disk. When there are no failures on disk, you could create the file system anew and restore the data.
BTW, your CODE sections look a bit strange here and there. Please copy complete (prompt, command, output, next prompt) and paste between the CODE tags.