Only desktop wallpaper after login F15

Pete Travis lists at petetravis.com
Wed Jan 18 18:22:11 UTC 2012


.fnord
> Is there a way I can skip Gnome and go directly into CLI (barring
systemd).
.fnord

SystemD is Fedora's init system, and is wholly responsible for targeting
runlevels and system services.   Attempting to administer these things
while avoiding the utilities provided to accomplish these tasks will not be
a productive effort.  The systemd section on the Fedora wiki should help
clear a lot of confusion.

I've experienced something similar to your problem, and on that system, I
was able to restart X with ctl-alt-backspace and was successful on the
second try.

There are a couple things to try that will give you more information,
therefore allowing us to help you more effectively.  The ".xsession-errors"
file in your home directory may have clues.

Now, to get a real-time view:
su -c "yum install xterm" #needed for the next step. Note this is the only
step that needs root permissions.
xinit -- :1 vt9 #starts a new X server at tty9 (ctl-alt-f9) and switches to
it.  The console on the starting tty will not detach from the X server, so
you can switch back to check for problems.
In your new xterm, run:
gnome-session #this will start a new gnome session, bells and whistles
hopefully included.  The console in your xterm will not detach from your
terminal window, so you can monitor it for problems.

Hopefully, you can find something to interpret or share.

-pete
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20120118/65619744/attachment.html>


More information about the users mailing list