Jump to content

KDE hangs after patch/bugfix


WilliamS
 Share

Recommended Posts

I did the cp in /etc/pam.d/xscreensaver or whatever (didn't write it but it is on the mdk website for 9.1 , then rebooted using CD1 and the patch.pl floppy made as instructed on the same website.

 

So the result is KDE hangs, I don't know to do anything about it.

The error message is: the following installation problem was detected wile trying to start KDE:

No write access to "/home/me/ICEauthority".

KDE is unable to start.

 

It hangs at the point in the process of "setting up interprocess communication.

 

I"d rather not do a complete re-install aftere three days of sweating on the "learning curve" :(

 

All ideas appreciated.

Link to comment
Share on other sites

I did that once upon a time, I think it was when I was messing around with other window managers. I think that the way I fixed this particular problem was to delete the .ICEAuthority file and let KDE recreate it. I could be wrong on this, though; and I would wait for confirmation that this might actually fix your problem before you try it and really screw something up.

 

I would hate for something to go wrong and it be my fault.

Link to comment
Share on other sites

if you want to try LuquidZoo's idea and be pretty safe, just rename .ICEauthority to something like .ICEauthority.bkp so that you still have the file in case it messes something up. if it creates more problems, renaming the file back to it's original should fix it.

Link to comment
Share on other sites

Tried rename to /home/me/.ICEauthority.bak , this had no result.

Wonder if its possible to (first reverse the rename) and undo the cp /etc/pam.d/xscreensaver /etc/pam.d/kscreensaver3

 

Is there a way of finding if this file still exists?

Link to comment
Share on other sites

Before you go to drastic measures. What do you get when you go into your /home/me directory and do this:

 

ls -l .ICEauthority

 

I get:

[omar@omar omar]$ cd /home/omar/

[omar@omar omar]$ ls -l .ICEauthority 

-rw-------    1 omar     omar        22194 May 25 14:22 .ICEauthority

 

You might have to go in as root and chown .ICEauthority like this:

[me@localhost me]$ su

Password: [enter root password]

[root@localhost me]# chown me:me .ICEauthority

 

And you can't reverse the cp command if you told it to overwrite. If I'm experimenting or unsure of what I'm doing, I always make a backup first.

 

[root@omar omar]# cp /etc/pam.d/kscreensaver3 /etc/pam.d/kscreensaver3.bak

[root@omar omar]# cp /etc/pam.d/xscreensaver /etc/pam.d/kscreensaver3

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...