Hi All

I've managed to get SRSS 4.1 working on Ubuntu 8.04.1 with Meik's procedure:

http://wiki.sun-rays.org/index.php/SRSS_4.1_Beta_on_Debian/unstable

Some things that changed:

* Move /opt/SUNWut/lib/xkb to xkbfiles before running the Xkbinstall script
 mv /opt/SUNWut/lib/xkb /opt/SUNWut/lib/xkbfiles
 /bin/sh Xkbinstall41b.sh

* Remove these entire patch sections from 'Patch-SUNWut41b.txt', as
the GDM_DIR has been moved to /opt/SUNWut/lib/utgdmconfigpath
(otherwise these patchs will fail)
diff -ruN SUNWut.orig/lib/utctl.d/features/utgdmconfigctl
SUNWut/lib/utctl.d/features/utgdmconfigctl
...

diff -ruN SUNWut.orig/lib/xmgr/gdm/notify SUNWut/lib/xmgr/gdm/notify
...

diff -ruN SUNWut.orig/lib/xmgr/gdm/remove-dpy SUNWut/lib/xmgr/gdm/remove-dpy
...

diff -ruN SUNWut.orig/lib/xmgr/gdm/reset-dpy SUNWut/lib/xmgr/gdm/reset-dpy
...

diff -ruN SUNWut.orig/sbin/utinstall SUNWut/sbin/utinstall
...

* Patch /opt/SUNWut/lib/utgdmconfigpath in the same manner as the above were:
if [ "`uname -s`" = "SunOS" ]; then
    GDM_DIR=/etc/X11/gdm/
else
#    GDM_PATH=`rpm -ql "gdm" | grep "custom.conf"`
#    if [ $? != 0 ]; then
#       print -u2 "Cannot determine GDM install directory"
#       exit 1;
#    fi
#    GDM_DIR=${GDM_PATH%%custom\.conf*}
GDM_DIR="/etc/gdm/"
fi
print $GDM_DIR

I'm still having trouble with 'Greeter=/usr/lib/gdm/gdmgreeter' not
starting, but 'Greeter=/usr/lib/gdm/gdmlogin'' works.

- Murray
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to