<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Thomas Olsen,<br>
Thank you for your answer about Plasma workspace error. My situation is
slightly more complicated because I have Kubuntu running in a Virtual
Machine. I can start a Recovery mode where I choose "root" (Drop to
root shell prompt). When I type the command "mv ~/.kde .kde.bak" I get
the message "No such file or directory". After changing the prompt like
this: PS1=me@myPC:~S, I went to /home/me and tried the command again.
It only works when I give the command: "mv .kde .kde.bak" (It doesn't
work with the backup-suffix ~). When I type find .kde.bak I get a lot
of lines with information. But after a restart of Kubuntu I get the
same error, and no desktop.<br>
I would be very grateful if you can come up with a solution.<br>
Regards,<br>
Hannie<br>
<br>
<blockquote cite="mid:mailman.1.1272362405.20822.kde@mail.kde.org"
 type="cite">
  <pre wrap="">

Today's Topics:

   1. Plasma workspace error (lafeber-dumoleyn2)
   2. Re: Plasma workspace error (Thomas Olsen)
   
----------------------------------------------------------------------

Message: 1
Date: Mon, 26 Apr 2010 15:51:11 +0200
From: lafeber-dumoleyn2 <a class="moz-txt-link-rfc2396E" href="mailto:lafeber-dumoleyn2@zonnet.nl"><lafeber-dumoleyn2@zonnet.nl></a>
Subject: [kde] Plasma workspace error
To: <a class="moz-txt-link-abbreviated" href="mailto:kde@mail.kde.org">kde@mail.kde.org</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4BD59A4F.8010207@zonnet.nl"><4BD59A4F.8010207@zonnet.nl></a>
Content-Type: text/plain; charset=UTF-8; format=flowed

Since the last update of Kubuntu I get an error with Plasma workspace 
KDE DRKonqi Kdeinit4 PID 1478 signal: segmentation fault. The desktop is 
completely black.
Via Google I found a solution on a forum: rename .kde4 folder. But I 
cannot find a .kde folder. There is a folder with the name kde4 in /etc 
and /usr, but not .kde4.
I can open any program I know the name of with Alt+F2, but I cannot 
reach them through Start (which does not show).
When I start Kubuntu in Recovery mode the prompt is root@myPCname. When 
I type Rename .kde4 kde4Bup I get an error message.
Can anyone help me out?
Hannie


------------------------------

Message: 2
Date: Mon, 26 Apr 2010 16:24:29 +0200
From: Thomas Olsen <a class="moz-txt-link-rfc2396E" href="mailto:tanghus@gmail.com"><tanghus@gmail.com></a>
Subject: Re: [kde] Plasma workspace error
To: <a class="moz-txt-link-abbreviated" href="mailto:kde@mail.kde.org">kde@mail.kde.org</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:201004261624.31303.tanghus@gmail.com"><201004261624.31303.tanghus@gmail.com></a>
Content-Type: Text/Plain;  charset="iso-8859-1"

On Monday 26 April 2010 15:51:11 lafeber-dumoleyn2 wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Since the last update of Kubuntu I get an error with Plasma workspace
KDE DRKonqi Kdeinit4 PID 1478 signal: segmentation fault. The desktop is
completely black.
Via Google I found a solution on a forum: rename .kde4 folder. But I
cannot find a .kde folder. There is a folder with the name kde4 in /etc
and /usr, but not .kde4.
I can open any program I know the name of with Alt+F2, but I cannot
reach them through Start (which does not show).
When I start Kubuntu in Recovery mode the prompt is root@myPCname. When
I type Rename .kde4 kde4Bup I get an error message.
Can anyone help me out?
Hannie
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The folder ".kde" or ".kde4" resides in your home folder and contains different 
settings for KDE. Some distributions name it ".kde", others name it ".kde4".

At the login press CTRL+ALT+F1. This will get you to a text based console.

mv ~/.kde .kde.bak

If you get an error try:

mv ~/.kde4 .kde4.bak

Press ALT+F7 to get back to the login again and try to log in.

Now you should get a fresh Desktop but any modifications you have made will be 
lost.

If you do not want to remove settings for the Desktop and all applications try 
this:

find ~/.kde -name *plasma*

or

find ~/.kde4 -name *plasma*

This will list all the files containing Plasma related settings. Try to rename 
them one by one using the above mentioned "mv" command ("mv" means "move"). 
Start with the file named /home/<username>/.kde/share/config/plasmarc

  </pre>
</blockquote>
<br>
</body>
</html>