I Ran bug test on lightdm Say Xserver no path i'm stuck on tty1 please help i'm new to Ubuntu and dont know much
Asked
Active
Viewed 40 times
0

edd
- 23
ls -l /usr/bin/X
(that's "minus ell" not "minus one" and upper caseX
not lower casex
). As wellgrep
on its own is not useful - if you want to know whyX
is not found in the path you need to run something likegrep PATH /etc/environment
– steeldriver Jul 02 '23 at 18:08ls -l /usr/bin/Xorg
(again please be careful with the capitalization) – steeldriver Jul 02 '23 at 18:23xserver-xorg-core
package (or at least, some of its files). What flavor of Ubuntu 22.04 is it exactly? Can we assume it's not the standard desktop installation (which would use gdm3 and Wayland iirc, rather than lightdm and Xorg)? – steeldriver Jul 03 '23 at 00:15