Announcement

Collapse
No announcement yet.

Kde 4 not starting with config error

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

    Kde 4 not starting with config error

    Hi,

    I've a kde 3.5.6 and in just time instaled kde4 and this don't start, in Xephy return error message:
    81: can't open /home/me/.kde4/share/config/startupconfig

    in my startupconfigkey I can view this lines:

    kcminputrc Mouse cursorTheme ''
    kcminputrc Mouse cursorSize ''
    ksplashrc KSplash Theme Default
    ksplashrc KSplash Engine KSplashX
    kcmrandrrc Display ApplyOnStartup false
    kcmrandrrc [Screen0]
    kcmrandrrc [Screen1]
    kcmrandrrc [Screen2]
    kcmrandrrc [Screen3]
    kcmfonts General forceFontDPI 0

    Can you help me?

    *Sorry my english is litlle.

    Tks,
    RickMura

    #2
    Re: Kde 4 not starting with config error

    KDE 4 is still under development. It isn't schedule for release until October 2007.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Kde 4 not starting with config error

      Solved

      Simple I copy the file named startupconfigkey to startupconfig

      hehehe

      tks,
      RickMura

      Comment


        #4
        Re: Kde 4 not starting with config error

        Hi Rick I am glad you got this working.

        I still seem to have a few problems.

        I followed the instructions here:
        http://kubuntu.org/announcements/kde4-beta1.php

        But KDE4 doesn't even show up in the sessions menu as a choice.

        Any ideas?

        Cheers
        Gandolf

        Comment


          #5
          Re: Kde 4 not starting with config error

          I did it like this:

          Code:
          sudo cp /usr/lib/kde4/share/apps/kdm/sessions/kde.desktop /usr/share/xsessions/kde4.desktop
          alt + f2 : kdesu kate /usr/share/xsessions/kde4.desktop

          change:
          Name=KDE -> Name=KDE4

          insert:
          export LD_LIBRARY_PATH=/usr/lib/kde4/lib
          export KDEDIR=/usr/lib/kde4
          export PATH=/usr/lib/kde4/bin/:$PATH
          export KDEHOME=~/.kde4

          so top of kde4.desktop:
          [Desktop Entry]
          Encoding=UTF-8
          Type=XSession
          export LD_LIBRARY_PATH=/usr/lib/kde4/lib
          export KDEDIR=/usr/lib/kde4
          export PATH=/usr/lib/kde4/bin/:$PATH
          export KDEHOME=~/.kde4
          Exec=/usr/lib/kde4/bin/startkde
          TryExec=/usr/lib/kde4/bin/startkde
          Name=KDE4
          Name[hi]=केडीई
          .
          .
          .

          After this: boot (restarting x didn't help)
          And there was KDE4 session
          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


            #6
            Re: Kde 4 not starting with config error

            Thankx rog: Now I get a kde4 choice in the sessions menu but when chosen it starts up back to the login screen.

            Do delete the export files from:
            /usr/lib/kde4/bin/startkde?

            @Rick:
            Originally posted by RickMura
            Solved
            Simple I copy the file named startupconfigkey to startupconfig
            Could you elaborate?

            I don't have a /home/myuser/.kde4/share/config/startupconfig file I only have a startupconfigkeys file and what do mean by copy to...?

            Thank you for any help.

            Comment


              #7
              Re: Kde 4 not starting with config error

              on initializing kde4 search the file named startupconfig but does't exist, you can solve this with a simple copy:

              cp startupconfigkey startupconfig

              and then restart kde4

              *sorry my english is little.

              Comment


                #8
                Re: Kde 4 not starting with config error

                Thank you Rick that did it. Looks nice except for the backround.
                HP Pavilion dv6 core i7 (Main)
                4 GB Ram
                Kubuntu 18.10

                Comment


                  #9
                  Re: Kde 4 not starting with config error

                  Originally posted by RickMura
                  on initializing kde4 search the file named startupconfig but does't exist, you can solve this with a simple copy:

                  cp startupconfigkey startupconfig

                  and then restart kde4

                  *sorry my english is little.
                  Could someone elaborate on how to do this and where I should be copying the files from and then where to. I am having trouble with this.

                  Thanks

                  Comment


                    #10
                    Re: Kde 4 not starting with config error

                    Navigate to the folder:
                    /home/myuser/.kde4/share/config/
                    open a terminal in this folder:
                    Right click inside the folder->actions->open terminal.

                    do: (copy & paste if you'r lazy )

                    Code:
                    cp startupconfigkey startupconfig
                    exit terminal then log out and log in with kde4
                    HP Pavilion dv6 core i7 (Main)
                    4 GB Ram
                    Kubuntu 18.10

                    Comment


                      #11
                      Re: Kde 4 not starting with config error

                      Tip: in Konqueror, just hit F4 to open a Konsole instance in the present directory.
                      For external use only.

                      Comment


                        #12
                        Re: Kde 4 not starting with config error

                        Originally posted by Fintan
                        Navigate to the folder:
                        /home/myuser/.kde4/share/config/
                        open a terminal in this folder:
                        Right click inside the folder->actions->open terminal.

                        do: (copy & paste if you'r lazy )

                        Code:
                        cp startupconfigkey startupconfig
                        exit terminal then log out and log in with kde4
                        Thanks for the info will try it and see how it goes.

                        Thanks!

                        Comment


                          #13
                          Re: Kde 4 not starting with config error

                          Ok I tried what you said "cp startupconfigkey startupconfig" but I get the following error:

                          cp: cannot stat `startupconfigkey': No such file or directory

                          Any thoughts?

                          Comment

                          Working...
                          X