You are not logged in.
Just updated to Gnome 3.6 and after issuing startx it would always crash.
After mindlessly trying various things, I saw in tty1 something about Gdm.
Installed GDM and now startx starts Gnome without crashing.
I never had to install GDM before, but I thought I'd share.
Offline
You need systemd.
With systemd you can issue a command like
systemctl enable gdm.service
to start GDM.
Offline
You need systemd.
With systemd you can issue a command likesystemctl enable gdm.service
to start GDM.
You are not answering the situation at all, that was not the OP's problem nor is it a solution. OP specifically mentions startx, not any problem of not knowing how to start systemd units.
@snoxu, this probably has to do with the new ck changes requiring that you use systemd-login.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
I had a similar problem where startx would fail after launch (with XFCE, admittedly) after the consolekit removal updates until I updated .xinitrc to remove the ck-launch-session bit. So that might be the issue here.
Avatar by Ditey: https://twitter.com/phrobitey
Offline
Yes, you need gdm
Offline
Note that you only need to install gdm (to get the missing files), not to run it.
Offline
My issue was that GDM said 'oops. something went wrong..' after upgrading to 3.6 and never allowed me to log in. Fixed it by adding "init=/usr/lib/systemd/systemd" to kernel's boot parameters in Grub. More details here https://bbs.archlinux.org/viewtopic.php?id=151776&p=2
Offline