Announcement

Collapse
No announcement yet.

<Solved> KDE 4.3

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

    <Solved> KDE 4.3

    I updated my KDE to 4.3 and it logs me in but I have only start menu and nothing else.
    When I go to K menu it opens up on screen and my keyboard doesnt work so I cant authenticate myself when I try to remove KDE.

    How to downgrade to previous version of KDE from console?

    #2
    Re: KDE 4.3

    It is unnecessary to downgrade.
    In terminal type rm -rf .kde

    This will delete configuration of old configuration. Then when you restart KDE will create new config files that work

    Comment


      #3
      Re: KDE 4.3

      Originally posted by ktech
      It is unnecessary to downgrade.
      In terminal type rm -rf .kde

      This will delete configuration of old configuration. Then when you restart KDE will create new config files that work
      That will work, but removing the whole ~/.kde outright is usually not the best way to reset configurations. For the ability to restore data if needed, it's better to rename it with 'mv' command.

      Also, in most plasma related issues, removing plasma configuration files is quite enough (rm ~/.kde/share/config/plasm*).

      I'd suggest the following:
      1. Make sure everything is up-to date:
      Code:
      sudo apt-get update && sudo apt-get dist-upgrade
      2. Clean plasma configuration files:
      Code:
      rm ~/.kde/share/config/plasm*

      Comment


        #4
        Re: KDE 4.3

        Not working.Windows dont have titlebar.
        Here are pictures how it looks:

        [img width=400 height=250]http://postavi.com/images/snimak1.png[/img]
        [img width=400 height=250]http://postavi.com/images/snimak2.png[/img]

        Comment


          #5
          Re: KDE 4.3

          Missing window borders is usually a problem with the window manager (kwin, compiz...)

          Here's a few things you can try to remedy the problem:
          1. Check that 'kde-window-manager' is installed and the same version as the rest of your kde installation (likely 4.2.98)
          2. Do you get any errors if you try to restart the window manager with:
          Code:
          kwin --replace
          3. Try clearing kwin configuration with:
          Code:
          rm ~/.kde/share/config/kwinrc

          Comment


            #6
            Re: KDE 4.3

            Thanks!
            kde-window-manager wasnt installed so I installed it and now it works!

            Comment

            Working...
            X