Ian Smith tracked down an issue on OpenSuSe:
----------
Eventually, I have tracked the problem down to the lines
// for some reason the current directory...
chdir(targetpath);
My machine (OpenSuSE 11.3) does not like that chdir. If I change it to
chdir("/tmp"); then everything works beautifully. I don't use gdm, but
I do use text console login and xdm, and both are happy with that
change and neither works without it.
----------
I'm not doing the change, as gdm seens to need a chdir to targetpath. And I
unfortunatly don't have the time to check in 2-3 virtual machines, if a patch
like that would work or not on debian/opensuse/fedora etc.
Original issue reported on code.google.com by aagaa...@gmail.com on 13 Oct 2010 at 6:43
Original issue reported on code.google.com by
aagaa...@gmail.com
on 13 Oct 2010 at 6:43