It is very strange and incredible: I cannot login even with the default profile. O_Otomtom69 wrote:Hi,
had a similar problem with the KDE update to 4.6.5.
In order not to lose all of my settings I did the following:
(1) disable kdm and boot the system without KDE
(2) login on text console as normal user and backup the whole .kde folder: mv .kde4 .kde4_backup
(3) start kdm and log in to get into kde with a default profile
Unfortunately this didn't solve my problem, for the reason above.AaronPPC wrote:Try deleting /var/tmp/kdecache-<your username>. I have had success with that when it happens to me.
OK, the .local dir is not the culprit. We have verified that it is something in my home directory which is neither .local nor .kde4.dE_logics wrote:What I meant was that, you can remove/rename each folder at a time to see which directory is causing the problem (for e.g. renaming the .local directory might solve the problem), once you've figured out what's the source of the problem you may dive deeper into the folder to see which thing is causing the exact problem.
Code: Select all
.adobe
.android
.aspell.en.prepl
.aspell.en.pws
.dia
.directory
.distcc
.dropbox
.dropbox-dist
.dropbox-dist-new
.dvdcss
.eclipse
.face.icon
.filezilla
.fontconfig
.fonts.conf
.gconf
.gconfd
.gegl-0.0
.gimp-2.6
.gnome2
.gnome2_private
.gnupg
.google
.gsopcast
.gtk-bookmarks
.hamachi
.hplip
.htoprc
.java
.kde->kde4
.kde3.5
.kde4
.kismet
.lesshst
.lo3
.macromedia
.mozilla
.mplayer
.mysql_history
.nautilus
.netkit
.ooo3
.putty
.qsopcast
.qt
.qt-recordmydesktop
.recently-used
.sane
.Skype
.subversion
.tor
.TrueCrypt
.unison
.vidalia
.viminfo
.VirtualBox
.vnc
.wireshark
.xine
.xinitrc
.xournalCode: Select all
.cache
.config
.dbus
.nvidia-settings-rc
.local
.kdevduchain
.ICEauthorityCode: Select all
.bash_history
.bash_logout
.bash_profile
.bashrc
.dmrc
.gstreamer-0.10
.ssh
.thumbnails
.wicd
.Xauthority
.xsession-errorsCode: Select all
.bash_logout
.bash_profile
.bashrc
.config
.dbus
.dmrc
.gstreamer-0.10
.hplip
.kde4
.local
.ssh
.thumbnails
.wicd
.Xauthority
.xsession-errorsCode: Select all
drwxr-xr-x 84 myuser myuser 4096 Oct 22 14:30 myuser
drwxr-xr-x 13 test test 4096 Oct 22 12:19 testCode: Select all
cd /home
mv myuser myuser_
cp -R test myuser
chown -R myuser:myuser myuserCode: Select all
drwxr-xr-x 84 myuser myuser 4096 Oct 22 14:30 myuser_
drwxr-xr-x 13 test test 4096 Oct 22 12:19 test
drwxr-xr-x 13 myuser myuser 4096 Oct 22 12:19 myuserThanks!!!!! That was the problem! wtf!dE_logics wrote:Maybe you should try removing yourself from the video group. Maybe KDE doesn't start cause it tries to enable composting which causes trouble.