On Wed, 3 Jun 2020 23:57:10 +0200
Patrick Dupre <[email protected]> wrote:

> I cannot restart the graphics mode (fc32)
> 
> startx
> 
> xauth:  file /home/pdupre/.serverauth.2495 does not exist
> 

I am assuming you want to start Gnome with startx.  In your home
directory, do:

echo '#! /bin/bash' > .Xclients
echo ' ' >> .Xclients
chmod +x .Xclients
echo 'GSESSION="$(type -p gnome-session)"' >> .Xclients
echo 'exec $GSESSION' >> .Xclients
echo 'Starting X with Gnome...'

Then, start Gnome with
startx -- vt10

_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to