(已解决)突然进不了kde桌面,怎么回事

各种窗口管理器和美化相关
回复
头像
naqch
帖子: 138
注册时间: 2010-07-23 19:34

(已解决)突然进不了kde桌面,怎么回事

#1

帖子 naqch » 2011-10-07 22:13

输入密码后,在splash界面停留了一会又闪回到登入界面,而且在gnome下kde中的软件也打不开,错误代码Bus error,怎么回事
上次由 naqch 在 2011-10-08 11:26,总共编辑 1 次。
I talked about being different, about discovering something important, something to live for, something to fight for, anything, regardless of the consequences, whatever it takes
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: 突然进不了kde桌面,怎么回事

#2

帖子 YeLee » 2011-10-08 9:05

试一下把用户目录下面的隐藏文件夹删除看看
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
头像
naqch
帖子: 138
注册时间: 2010-07-23 19:34

Re: 突然进不了kde桌面,怎么回事

#3

帖子 naqch » 2011-10-08 9:54

你是说的.kde吗,我删过,不管用
I talked about being different, about discovering something important, something to live for, something to fight for, anything, regardless of the consequences, whatever it takes
头像
ljj_jjl2008
论坛版主
帖子: 14256
注册时间: 2007-09-16 8:29

Re: 突然进不了kde桌面,怎么回事

#4

帖子 ljj_jjl2008 » 2011-10-08 9:58

看看能不能调用kde系统设置(systemsettings),然后把桌面特效关闭看看。
不行先手工打开kdeinit4,然后再试。
头像
naqch
帖子: 138
注册时间: 2010-07-23 19:34

Re: 突然进不了kde桌面,怎么回事

#5

帖子 naqch » 2011-10-08 11:24

kdeinit4打不开

kdeinit4: Shutting down running client.
klauncher: Exiting on signal 15
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kded(13738): Communication problem with "kded" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.ServiceUnknown" : " "The name org.kde.kded was not provided by any .service files" "

再google了一下找到解决方法了
有说删除.kde .Xauthority .ICEauthority /var/tmp/kdecache-<username>的,试了一下只需删除/var/tmp/kdecache-<username>就行了
那个哥们跟我一样,moving some plasma widgets from the panel to the desktop, and back, then plasma-desktop crashed, after some seconds kwin also crashed. After that I typed ALT+SysRq+K to restart the xserver, but it didn't worked. So I restarted the pc and I encountered the problem.就这样进不了kde了,这是到底是怎么搞的
I talked about being different, about discovering something important, something to live for, something to fight for, anything, regardless of the consequences, whatever it takes
头像
yuzh652800
帖子: 686
注册时间: 2008-03-12 8:41
来自: nenu.Ani

Re: (已解决)突然进不了kde桌面,怎么回事

#7

帖子 yuzh652800 » 2011-10-21 17:30

试试,我也是这个问题,反复出登录界面,烦死了。



______
我的几个解决办法:
  • 对于为完全升级带来的重复登录:

    代码: 全选

    sudo dpkg --reconfigure -a
  • 如果还不行,可以尝试Ctrl+Alt+F1进入非图形模式,

    代码: 全选

    sudo /etc/init.d/kdm stop    ////停掉kdm
    startx    ////有一部分可以正常登录
  • 要还是不行,第一种办法,到主目录删除Xauthority

    代码: 全选

    rm -r -f  .Xauthority
  • 还是不行,将/tmp权限提升

    代码: 全选

    sudo chmod 777 /tmp
不能假定每个人都爱用命令行。
只要支持Linux的,我们都应该支持。
回复