Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 910379

Summary: Gentoo livegui installation media won't boot into kde as expected
Product: Gentoo Release Media Reporter: Penguin <penguin>
Component: LiveCD/DVD/USBAssignee: Gentoo Release Team <releng>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bkohler
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: startx output

Description Penguin 2023-07-15 04:46:05 UTC
The LiveGUI installation ISO doesn't take me directly into kde on some machines. On some machines, it just takes me into a shell prompt, very similar to the minimal installer. On my laptop, it takes me right into KDE. On the machines that don't take me into kde, I tried to run startx and got the following result:


Reproducible: Always

Steps to Reproduce:
1.Create live install media using this command: 
```
dd if=./livegui-amd64-20230711T174853Z.iso of=/dev/sdc bs=8192k; sync
```
2. boot from that usb in uefi mode from bios
Actual Results:  
I get logged into a shell. When I try to run startx, I get errors (attached).

Expected Results:  
I expect kde to run when the session begins.

Restarting the display manager with the following gets kde to start:
```
sudo rc-service restart display-manager restart
```
Comment 1 Penguin 2023-07-15 04:48:50 UTC
Created attachment 865511 [details]
startx output
Comment 2 Ben Kohler gentoo-dev 2023-11-06 16:46:16 UTC
Plain startx will use the system default xinitrc which calls xterm & twm, which are not installed.

Can you try this for a low-level X test?
XSESSION=fluxbox startx
Comment 3 Penguin 2024-01-13 20:21:11 UTC
I'm unable to reproduce the issue anymore. I'm assuming it was fixed