Announcement

Collapse
No announcement yet.

How to reset KDE?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to reset KDE?

    I'm not sure what I did, but my KDE panel at the bottom of the screen is a mess. Isn't there a config file somewhere I can delete or modify to get back to the default?

    Thanks in advance.
    'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

    #2
    Re: How to reset KDE?

    The KDE 4 panel is using plasma:

    Stop the plasma desktop (konsole):
    Code:
    kquitapp plasma
    Rename plasma-appletsrc /1/:
    Code:
    mv ~/.kde/share/config/plasma-appletsrc ~/.kde/share/config/plasma-appletsrc_backup
    Start the plasma
    Code:
    plasma
    Note !
    This will reset the plasma desktop (all plasmoids) to the default settings.

    /1/ Or remove the plasma-appletsrc or use the file manager (dolphin, konqueror) or use a file editor (it is a text file).


    If you want to reset whole KDE to the defaults:

    Log out - When you are in the login screen - don't login - press: Ctrl + Alt + F1.
    This should start virtual console.

    Login in the text mode. After you are in, rename your existing kde folder:
    Code:
    mv /home/<user>/.kde /home/<user>/kdebackup
    Press: Ctrl + Alt + F7. Now you should be in the graphical login screen. Login and KDE should build new Kubuntu/KDE desktop with default settings.

    Your old kde settings are in the kdebackup folder.
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: How to reset KDE?



      Whenever this happens to me I use rm ~/.kde4/share/config/plasma* followed by a reboot.

      Comment

      Working...
      X