Announcement

Collapse
No announcement yet.

Last update, Kubuntu fail

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

    #16
    Re: Last update, Kubuntu fail

    Originally posted by mando_hacker
    That tells you the problem. You do not have KDE installed correctly. You now have KDM (K Display Manager) installed and it is giving you a GUI login so X is actually working, but after you login it needs to run something and it can not find anything to run. When you installed kdm did you have the kde on the end of that command?
    sudo aptitude install kdm kde
    dpkg -l | grep kde
    should show you many many packages. I am thinking it is not installed at all, as opposed to being installed incorrectly. If so
    sudo aptitude install kde
    should fix the problem. If that does not try
    sudo aptitude install kde-window-manager
    .
    The kde cannot be installed because it depends on various packages. So... what to do?

    Comment


      #17
      Re: Last update, Kubuntu fail

      The whole purpose of the kde package is to depend on other packages. I contains nothing. It depends on many packages so you can run
      sudo aptitude install kde
      and it will install all the packages it depends on. Somehow you seem to have told your apt system not to install dependencies. Have you been editing /etc/apt/apt.conf or files in /etc/apt/apt.conf.d? Meanwhile this might get you what you want
      sudo aptitude -f install kde

      Comment


        #18
        Re: Last update, Kubuntu fail

        Originally posted by mando_hacker
        The whole purpose of the kde package is to depend on other packages. I contains nothing. It depends on many packages so you can run
        sudo aptitude install kde
        and it will install all the packages it depends on. Somehow you seem to have told your apt system not to install dependencies. Have you been editing /etc/apt/apt.conf or files in /etc/apt/apt.conf.d? Meanwhile this might get you what you want
        sudo aptitude -f install kde
        Yes you are right. I did install kde and kdm. But still i have thi error message ok window after typing my password:

        xsession: unable to start xsession, no /home/name/.xsession file, no session managers, no window managers, no terminal emulators found...

        Comment


          #19
          Re: Last update, Kubuntu fail

          Are you saying that since my last response you ran
          sudo aptitude -f install kde
          notice the -f, and it installed numerous packages but you are still getting that message?

          What is the output of
          dpkg --get-selections | grep kde

          Comment


            #20
            Re: Last update, Kubuntu fail

            Originally posted by mando_hacker
            Are you saying that since my last response you ran
            sudo aptitude -f install kde
            notice the -f, and it installed numerous packages but you are still getting that message?

            What is the output of
            dpkg --get-selections | grep kde
            the output:
            Code:
            akonadi-kde					install
            amarok-kde4					deinstall
            desktop-effects-kde				deinstall
            jockey-kde					deinstall
            kde						install
            kde-core					install
            kde-icons-mono					install
            kde-icons-oxygen				install
            kde-printer-applet				install
            kde-style-qtcurve				install
            kde-tweak					install
            kde-window-manager				install
            kdeaccessibility				install
            kdeadmin					install
            kdeartwork					install
            kdeartwork-emoticons				install
            kdeartwork-misc					install
            kdeartwork-style				install
            kdeartwork-theme-window				install
            kdebase						install
            kdebase-bin					install
            kdebase-data					install
            kdebase-runtime					install
            kdebase-runtime-bin-kde4			install
            kdebase-runtime-data				install
            kdebase-runtime-data-common			install
            kdebase-workspace				install
            kdebase-workspace-bin				install
            kdebase-workspace-data				install
            kdebase-workspace-libs4+5			install
            kdeedu						install
            kdegames					install
            kdegames-card-data				install
            kdegames-mahjongg-data				install
            kdegraphics					install
            kdegraphics-strigi-plugins			install
            kdelibs						install
            kdelibs-bin					install
            kdelibs-data					install
            kdelibs4c2a					install
            kdelibs5					install
            kdelibs5-data					install
            kdelibs5-dev					install
            kdemultimedia					install
            kdemultimedia-kio-plugins			install
            kdenetwork					install
            kdenetwork-filesharing				install
            kdenlive					install
            kdenlive-data					install
            kdepasswd					install
            kdepim						install
            kdepim-kresources				install
            kdepim-strigi-plugins				install
            kdepim-wizards					install
            kdepimlibs-data					install
            kdepimlibs5					install
            kdeplasma-addons				install
            kdeplasma-addons-data				install
            kdeplasma-addons-libs4				install
            kdesdk-scripts					install
            kdessh						install
            kdesudo						deinstall
            kdetoys						install
            kdeutils					install
            kdevelop					deinstall
            kdevelop-data					deinstall
            kdewallpapers					install
            kdewebdev-kde4					install
            kfilereplace-kde4				install
            kimagemapeditor-kde4				install
            klinkstatus-kde4				install
            language-pack-kde-en				install
            language-pack-kde-en-base			install
            libkdecorations4				install
            libkdeedu4					install
            libkdegames4					install
            libkdepim4					install
            network-manager-kde				deinstall
            openoffice.org-kde				install
            python-kde4					install
            system-config-printer-kde			install
            update-notifier-kde				deinstall

            Comment


              #21
              Re: Last update, Kubuntu fail

              I think we are very close. I am using Jaunty so some of what I see may be alittle different than yours. The configuration settings for kde are in /etc/kde,kde4,kderc,kde4rc and on my computer they are installed by packages kubuntu-default-settings or kdm. Since we know you have kdm installed how about kubuntu-default-settings?

              In Jaunty there is a package kubuntu-desktop which has many dependencies and recommendations. In Intrepid it might be called kubuntu-kde4-desktop. You should run
              aptitude search kubuntu and if kubuntu-desktop shows up run
              sudo aptitude -f -r install kubuntu-desktop
              This will turn recommendations into dependencies and fix-missing.

              Hope that gets it.

              Comment


                #22
                Re: Last update, Kubuntu fail

                Originally posted by mando_hacker
                I think we are very close. I am using Jaunty so some of what I see may be alittle different than yours. The configuration settings for kde are in /etc/kde,kde4,kderc,kde4rc and on my computer they are installed by packages kubuntu-default-settings or kdm. Since we know you have kdm installed how about kubuntu-default-settings?

                In Jaunty there is a package kubuntu-desktop which has many dependencies and recommendations. In Intrepid it might be called kubuntu-kde4-desktop. You should run
                aptitude search kubuntu and if kubuntu-desktop shows up run
                sudo aptitude -f -r install kubuntu-desktop
                This will turn recommendations into dependencies and fix-missing.

                Hope that gets it.
                Thanks mando_hacker. l did ran the command
                sudo aptitude -f -r install kubuntu-desktop
                and jet my problem isnt gone... maybe I should install another linux distro and stop jerking around with kubuntu, because this is taking forever. With windows I would just pop the damn cd in the cd-rom and reinstall the damn thing, this is taking days...

                Any suggestions on the problem or suggestions on a new distro ?

                Comment


                  #23
                  Re: Last update, Kubuntu fail

                  You can do what you want, of course, and I have no stake in keeping you using Kubuntu, but I think the only thing you will find that is more stable than Kubuntu is Debian and the whole reason Kubuntu exists is to make Debian more "new user friendly". This has been a frustrating experience, I am sure. It is a little so for me because I have seen this problem many times and the suggestions I have made usually make it go away. I am amazed that you are not up and running yet.

                  I hate to give up, but I can see where you might want to start fresh. I would really suggest that you get the latest Jaunty nightly build iso and install Kubuntu 9.04 Jaunty. You can find it here. That way you will be able to build on what you have learned here also.

                  http://cdimage.ubuntu.com/kubuntu/daily/current/

                  Comment


                    #24
                    Re: Last update, Kubuntu fail

                    Is it possible that I have edited sources.list and thats the whole problem?
                    How do I reroll sources.list back to normal? I have backups, but I'm not sure witch one would be the right one

                    nope thats not the problem... >.<

                    Comment


                      #25
                      Re: Last update, Kubuntu fail

                      That is most likely a contributing factor. I have attached what I think is a standard Intrepid sources.list file. There are 2 lines I added at the end and I have commented those.
                      Attached Files

                      Comment


                        #26
                        Re: Last update, Kubuntu fail

                        Great success. Thank you very much. I installed kde and kubuntu desktop. Theres only 2 little problems: 1) keyboard isnt working and I'm missing windows frame (I dont know how to spell it right). And log out isnt working, it's just turning to black screen and hangs

                        Comment

                        Working...
                        X