Announcement

Collapse
No announcement yet.

KDE 4.3 update error

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

    KDE 4.3 update error

    Hi, i installed Kubuntu 9.04 a few day ago and today i updated Kde from 4.2.2 to 4.3 this noon and i used it for an hour but when i restart the system it gives that error "The application plasma crashed and caused the signal 11 (SIGSEGV)..." please help me i use linux first time how can fix that error

    #2
    Re: KDE 4.3 update error

    You can try backing up your ~/.kde directory and deleting the original. This will cause kde to respawn the folder with the default settings.

    If you are at the terminal, type:

    cd ~
    mv .kde .kde-backup
    rm -r .kde


    If this does not fix the problem you can always reinstall the kde installation using the apt-get --reinstall install command.
    Rob

    Comment


      #3
      Re: KDE 4.3 update error

      You can also just kill plasma:

      I think it is:
      Code:
      kquitapp plasma
      then do:
      Code:
      rm ~.kde/share/config/plasmarc
      Code:
      rm ~.kde/share/config/plasma-appletsrc
      and then restart plasma with:
      Code:
      plasma
      at the next login your desktop will be configured to kde4.3
      HP Pavilion dv6 core i7 (Main)
      4 GB Ram
      Kubuntu 18.10

      Comment


        #4
        Re: KDE 4.3 update error

        Originally posted by Fintan
        You can also just kill plasma:

        I think it is:
        Code:
        kquitapp plasma
        then do:
        Code:
        rm ~.kde/share/config/plasmarc
        Code:
        rm ~.kde/share/config/plasma-appletsrc
        and then restart plasma with:
        Code:
        plasma
        at the next login your desktop will be configured to kde4.3
        In KDE 4.3 (as opposed to previous versions of KDE4),
        the commands should be
        Code:
        kquitapp plasma-desktop
        Code:
        rm ~./kde/share/config/plasm*
        Code:
        plasma-desktop

        Comment


          #5
          Re: KDE 4.3 update error

          In KDE 4.3 (as opposed to previous versions of KDE4),
          the commands should be
          Right you are , sorry
          HP Pavilion dv6 core i7 (Main)
          4 GB Ram
          Kubuntu 18.10

          Comment

          Working...
          X