Silly question

Are GNOME or javadsktop supported of the box on Solaris 10 on Ultra (SUNBlade 1500) ?

I'could switch desktops to KDE at CDE logon. But when I tried to use the JavaDesktop it simply returns me back to the log on screen of CDE.

How do I conigure to the latest GNOME and.or JavaDesktop if applicable?

Thanks!
Michael

The java desktop is supported by SUN (it's based on gnome project) on solaris platform.
To configure it have a look on the the docs.sun.com website (do a simple search using "java desktop" keywords).
KDE is a freeware, don't think it's supported.

Good luck.

There must be something wrong with the gnume installation part on my Sol 10 box.

Everytime I try to run a gtk based app it says

% gtk-demo
No fonts found; this probably means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
about fontconfig can be found in the fontconfig(3) manual
page and on http://fontconfig.org

I suspect that is the reason that when I try the Java Desktop logon session it just aborts it (after a brief display of the splash screen) back to the the dt logon screen.

Does anyone know how to use fontconfig for the fonts?

Mind you that I installed everything off of the Sol 10 CDs.

Thanks!

The problem with font configuration was that the gnome (gtk) apps were looking at '/usr/local/etc/fonts' for font definitions as opposed to '/etc/fonts' .

I simply copied '/etc/fonts/fonts.conf' on '/usr/local/etc/fonts/fonts.conf'.

In general one needs to check that the 'font-cache' service is enabled anf online:

% svcs -x svc:/application/font\*
svc:/application/font/stfsloader:default (Standard Type Services Framework (STSF) Font Server loader)
State: online since Wed Apr 06 20:07:27 2005
Impact: None.

svc:/application/font/fc-cache:default (FontConfig Cache Builder)
State: online since Thu Apr 07 16:07:25 2005
See: fc-cache(1M)
See: /var/svc/log/application-font-fc-cache:default.log
Impact: None.

Nifty feature of

scvs

is the

-x

option for newcommers like me, which showa related man info.

Disabled services can be enabled via

svcadm enable ...