Bob Doolittle schrieb:
This gnome-session hack is new to me. Do you know what it's intended to accomplish?


The gnome-session hack is intended to ensure that every session runs in its own contract. If they all share one contract, then all sessions will be killed when one exits. (See contract(4), ctrun(1).)

But afaiu (from Chris's blog) the bug that caused one shared contract was fixed in B132 (See <http://chrisgerhard.wordpress.com/2010/02/10/opensolaris-132-and-sun-ray/>.)

So that workaround should no longer be needed.

- Jörg

Two Workarounds are necessary:

# mv /usr/bin/gnome-session /usr/bin/gnome-session.orig
# cat > /usr/bin/gnome-session << EOF
#!/bin/ksh -p
exec ctrun -l child \$0.orig \$@
EOF
# chmod 755 /usr/bin/gnome-session



--
Joerg Barfurth           phone: +49 40 23646662 / x66662
Software Engineer        mailto:[email protected]
Desktop Technology
Thin Client Software     http://www.sun.com/software/sunray/
Sun Microsystems GmbH

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

Reply via email to