On Fri, 4 Oct 2019 12:13:40 +0300
Angelo Moreschini <mrangelo.fed...@gmail.com> wrote:

> For transport reasons I had disassembled and re-installed on a
> different case, my computer (with windows 10 and fedora 30).
> 
> The technician has successfully performed the reassembly operation,
> however, on booting Windows 10 the computer works correctly, while
> booting via fedora the procedure allows you to log in (with a
> previously registered user name) but after that, the graphical menu
> environment does not appear .
> 
> I can use still fedora in text mode (by Cntrl Alt F 1 -F3), however I
> cannot activate the graphical menu environment.
> 
> 
> How to activate the disappeared graphic environment?
> 
> 
> some advice ?

I don't know how to activate it in wayland, but if you run the
following commands in your home directory from a virtual console
(e.g. Ctrl-Alt-F1, they will start gnome in X.

XCLIENTS=/home/$USER/.Xclients
echo '#! /bin/bash' > $XCLIENTS
echo ' ' >> $XCLIENTS
chmod +x $XCLIENTS
echo 'GSESSION="$(type -p gnome-session)"' >> $XCLIENTS
echo 'exec $GSESSION' >> $XCLIENTS
startx
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to