here is a snip of my /etc/X11/gdm/gdm.conf

== SNIP ==

r...@wintermute:/etc/X11/gdm# cat gdm.conf|grep -v -E '^#'|sed -e '/^$/d'
[daemon]
AutomaticLoginEnable=false
AutomaticLogin=
TimedLoginEnable=false
TimedLogin=
TimedLoginDelay=30
Greeter=/usr/lib/gdm/gdmgreeter
DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
RootPath=/usr/local/bin:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/games
User=gdm
Group=gdm
LogDir=/var/log/gdm
PostLoginScriptDir=/etc/gdm/PostLogin/
PreSessionScriptDir=/etc/gdm/PreSession/
PostSessionScriptDir=/etc/gdm/PostSession/
DisplayInitDir=/etc/gdm/Init
FailsafeXServer=/etc/gdm/failsafeXServer
XKeepsCrashing=/etc/gdm/XKeepsCrashing
RebootCommand=/sbin/shutdown -r now "Rebooted via gdm."
HaltCommand=/sbin/shutdown -h now "Shut Down via gdm."
SuspendCommand=/usr/sbin/pm-suspend
HibernateCommand=/usr/sbin/pm-hibernate
SystemCommandsInMenu=HALT;REBOOT;HIBERNATE;SUSPEND;CUSTOM_CMD
AllowLogoutActions=HALT;REBOOT;HIBERNATE;SUSPEND;CUSTOM_CMD
RBACSystemCommandKeys=
ServAuthDir=/var/lib/gdm
BaseXsession=/etc/gdm/Xsession
SessionDesktopDir=/usr/share/gdm/BuiltInSessions/:/usr/share/xsessions/:/var/lib/menu-xdg/xsessions/:/etc/dm/Sessions/
DefaultSession=default.desktop
UserAuthDir=
UserAuthFBDir=/tmp
UserAuthFile=.Xauthority
StandardXServer=/usr/X11R6/bin/X
Xnest=/usr/share/gdm/gdmXnestWrapper -br -audit 0
XnestUnscaledFontPath=true
FirstVT=7
VTAllocation=true
SoundProgram=/usr/lib/gdmplay
GdmXserverTimeout=10
[security]
AllowRoot=false
AllowRemoteRoot=false
AllowRemoteAutoLogin=false
RelaxPermissions=1
CheckDirOwner=true
SupportAutomount=false
DisallowTCP=true
PamStack=gdm
UtmpLineAttached=/dev/console
UtmpLineRemote=
UtmpPseudoDevice=false
[xdmcp]
Enable=false
[gui]
GtkTheme=Human
[greeter]
Browser=true
MinimalUID=1000
Exclude=nobody
IncludeAll=true
LocaleFile=/etc/gdm/locale.conf
Logo=/usr/share/pixmaps/gdmDebianLogo.xpm
ConfigAvailable=false
DefaultWelcome=true
DefaultRemoteWelcome=true
BackgroundColor=#000000
GraphicalThemedColor=#000000
GraphicalTheme=Human
GraphicalThemeDir=/usr/share/gdm/themes/
GraphicalThemeRand=false
SoundOnLoginFile=/usr/share/sounds/question.wav
PreFetchProgram=/usr/lib/gdm/gdmprefetch @/etc/gdm/gdmprefetchlist
[chooser]
HostImageDir=/usr/share/hosts/
Hosts=
Broadcast=true
Multicast=false
[debug]
Enable=false
Gestures=false
[servers]
0=Standard device=/dev/console
[server-Standard]
name=Standard server
command=/usr/X11R6/bin/X -br -audit 0 
flexible=true
[server-Terminal]
name=Terminal server
command=/usr/X11R6/bin/X -br -audit 0 -terminate
flexible=false
handled=false
[server-Chooser]
name=Chooser server
command=/usr/X11R6/bin/X -br -audit 0
flexible=false
chooser=true
[customcommand]

==  SNIP ==

Here are some ls -l to have in mind:

ls: cannot access /usr/lib/gdm/gdmgreeter: No such file or directory
ls: cannot access /usr/share/gdm/gdmXnestWrapper: No such file or directory
ls: cannot access /usr/lib/gdmplay: No such file or directory


Also note that a symlink of gdmgreeter was missing,
its the following script:
/usr/bin/gdmgreeter: Korn shell script text executable

That calls determines sys arch and it calls the i386 or tha x86_64, on the i386:
ldd /usr/bin/gdmgreeter-i386 
i didn't had this lib:

libgsf-1.so.1 => /usr/lib/libgsf-1.so.1 (0x00f2b000)
so i symlinked it to:

lrwxrwxrwx 1 root root 15 Sep 20 12:01 /usr/lib/libgsf-1.so.1 ->
libgsf-1.so.114



** Attachment added: "Karmic (alpha) GDM main configuration"
   http://launchpadlibrarian.net/32165887/gdm.conf

-- 
GDM Setup Broken
https://bugs.launchpad.net/bugs/433429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to