5

I'm having problems with loggin in on Ubuntu 11.04. I did an install on my laptop after I had Windows 7 installed (dual boot with grub). All went well, but when I am about to login on Ubuntu it gives a short flashing error. Which is unreadable because it flashes.

I'm sure it isn't a wrong password because i can login with Ctrl+alt+f1.

Does anyone have the same problem or knows a fix for it?

[edit]

Opened file: more /home/teun/.xsesssion-errors

Could not parse arguments: Kan display niet opnemen.

(Polkit-gnome-authentication-agent:1371): GTK warning cannot open display:0
(Polkit-gnome-authentication-agent:1370): GTK warning cannot open display:0
(nm-applet:1379): GTK warning cannot open display:0

Also:

 gnome-session : fatal io error 11 on x server :0
 gnome-settings-daemon: Fatal io error 104 on  x server :0
 process:1368: Glib-Gobject-Critical ** G_object_unref: assertion 'G_IS_OBJECY (object)' Failed.
Rinzwind
  • 309,379

1 Answers1

1

have you installed any gtk dev packages recently? this looks like a deprecated version error, or it's a problem with emerald. Try changing your theme. If that doesn't work, try reinstalling glib, something like this: sudo aptitude install glib should list the availible packages for install, or wget http://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.1.tar.bz2 then build from source or use aptitude. If it still doesn't work after that than post the full /.xsession-errors file

avery_laird
  • 144
  • 4