alan pae wrote:
> Hi there,
> 
> A couple of quick questions of OpenSolaris 2008.11.
> 
> There used to be an option to "Save the current session" but I've been unable 
> to find somewhere on this version.  Does anyone know where it got moved to?

Due to an upstream GNOME bug this option is no longer available:

http://bugzilla.gnome.org/show_bug.cgi?id=552387

> Also, I downloaded the GLIB libraries but a program's configure couldn't find 
> glib.h and I couldn't find it either.  How do I get that or do I need to 
> compile glib from source?

glib is available from the pkg repository:

pkg search -r glib.h

...which results in (duplicates elided):

INDEX      ACTION    VALUE                     PACKAGE
...
basename   file      usr/sfw/include/glib-1.2/glib.h 
pkg:/SUNWsfwhea at 0.5.11-0.101
...
basename   file      usr/include/glib-2.0/glib.h 
pkg:/SUNWgnome-base-libs at 0.5.11-0.101

So, for glib 1.2, you can install SUNWsfwhea like so:

pfexec pkg install SUNWsfwhea

...for glib 2.0 (which is the version you likely want), you can install 
SUNWgnome-base-libs:

pfexec pkg install SUNWgnome-base-libs

Cheers,
-- 
Shawn Walker

Reply via email to