clearlinux / clr-bundles

Bundle definitions for Clear Linux OS
112 stars 55 forks source link

xauth and X not installed with xfce4-desktop #8

Closed johnandersen777 closed 7 years ago

johnandersen777 commented 7 years ago

Steps to reproduce:

user@localhost ~ $ wget https://download.clearlinux.org/image/clear-14780-kvm.img.xz
user@localhost ~ $ unxz clear-14780-kvm.img.xz
user@localhost ~ $ qemu-system-x86_64 -enable-kvm -m 2048 -net nic,model=virtio \
  -net user,hostfwd=tcp::2222-:22 -smp sockets=1,cpus=4,cores=2 \
  -cpu host -bios ~/Downloads/OVMF.fd -debugcon file:debug.log \
  -global isa-debugcon.iobase=0x402 \
  -drive file=clear-14780-kvm.img,if=virtio,aio=threads,format=raw

root@clr-61b38dea5c6049478cf3320fb4c01467 ~ # swupd bundle-add java-basic xfce4-desktop
root@clr-61b38dea5c6049478cf3320fb4c01467 ~ # startx
/usr/bin/startx: line 186: xauth: command not found
/usr/bin/startx: line 201: xauth: command not found
/usr/bin/startx: line 203: xauth: command not found
/usr/bin/startx: line 201: xauth: command not found
/usr/bin/startx: line 203: xauth: command not found

xinit: unable to run server "/usr/bin/X": No such file or directory
Use the -- option, or make sure that /usr/bin is in your path and
that "/usr/bin/X" is a program or a link to the right type of server
for your display.  Possible server names include:

    Xorg        Common X server for most displays
    Xvfb        Virtual frame buffer
    Xfake       kdrive-based virtual frame buffer
    Xnest       X server nested in a window on another X server
    Xephyr      kdrive-based nested X server
    Xvnc        X server accessed over VNC's RFB protocol
    Xdmx        Distributed Multi-head X server

xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
/usr/bin/startx: line 225: xauth: command not found
johnandersen777 commented 7 years ago
root@clr-61b38dea5c6049478cf3320fb4c01467 ~ # find / -name xauth
root@clr-61b38dea5c6049478cf3320fb4c01467 ~ # find / -name X
/usr/share/terminfo/X
johnandersen777 commented 7 years ago
root@clr-61b38dea5c6049478cf3320fb4c01467 ~ # startxfce4
/usr/bin/startxfce4: Starting X server

xinit: unable to run server "X": No such file or directory
Use the -- option, or make sure that /usr/bin is in your path and
that "X" is a program or a link to the right type of server
for your display.  Possible server names include:

    Xorg        Common X server for most displays
    Xvfb        Virtual frame buffer
    Xfake       kdrive-based virtual frame buffer
    Xnest       X server nested in a window on another X server
    Xephyr      kdrive-based nested X server
    Xvnc        X server accessed over VNC's RFB protocol
    Xdmx        Distributed Multi-head X server

xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
johnandersen777 commented 7 years ago

X is installed by os-utils-gui