Announcement

Collapse
No announcement yet.

Can't get past login.

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

    [KDE] Can't get past login.

    Kubuntu 14.04 trusty taar--I log in on boot and get the message: unable to launch "/usr/bin/startkde" x session---"usr/bin/startkde" not found; falling back to default session.. I click okay and get frozen screen. Any way to get to the terminal? Thanks.

    #2
    Ctrl+Alt+F1, if your session is not completely frozen, will get you to a tty login.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Thanks snowhog. Found "startkde" is gone. What now?

      Comment


        #4
        startkde is in the package "kde-workspace-bin", so make sure you have that installed:
        sudo apt-get --reinstall install kde-workspace-bin
        if kde-workspace-bin has been removed, you'll probably want to make sure nothing else essential has been removed
        sudo apt-get install kubuntu-desktop
        (this will install all packages that come with kubuntu by default)

        Comment


          #5
          The reinstall of kde-workspace-bin worked and I thank you very much.

          Comment


            #6
            As kubicle writes, a good way to verify missing files is to check whether the file's package is installed. The new apt makes this very easy:

            Code:
            steve@t520:~$ [B]apt search startkde[/B]
            Sorting... Done
            Full Text Search... Done
            [COLOR="#B22222"]kde-workspace-bin[/COLOR]/trusty-updates,now 4:4.11.10-0ubuntu0.1 amd64 [installed,automatic]
              core binaries for the KDE Plasma Workspace
            If the package isn't installed, the word installed won't appear. But the rest of the output is the same, and from that you can glean which package to install. Here, I've colored it red.

            Comment

            Working...
            X