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.
Announcement
Collapse
No announcement yet.
Can't get past login.
Collapse
This topic is closed.
X
X
-
Ctrl+Alt+F1, if your session is not completely frozen, will get you to a tty login.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
- Top
- Bottom
-
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)
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
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
- Top
- Bottom
Comment
Comment