Silly question


 
Thread Tools Search this Thread
Operating Systems Solaris Silly question
# 1  
Old 04-07-2005
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
# 2  
Old 04-07-2005
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.
# 3  
Old 04-07-2005
GNOME and Java Desktop Woes

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!
# 4  
Old 04-08-2005
MySQL Fontconfig woes with GNOME and JavaDesktop on Sol 10

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
Code:
scvs

is the
Code:
-x

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

Disabled services can be enabled via
Code:
svcadm enable ...

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Might be silly question

Hi Team, In case if i want to delete one of my posting thread.. can i delete that? Just asking to know.. (5 Replies)
Discussion started by: darling
5 Replies

2. Shell Programming and Scripting

A silly question

FILENAME is a variable. Is there really any difference between "$FILENAME.sh" and "$FILENAME".sh ? (5 Replies)
Discussion started by: proactiveaditya
5 Replies

3. Solaris

I have a silly question

Can anyone tell me where is the best place to put my own system related scripts on a solaris server. I usually place my scripts in /usr/sbin/<my_name>, but that is only because my senior sysadmin used to do that. What does the "unix etiquette" say? (8 Replies)
Discussion started by: soliberus
8 Replies

4. UNIX for Dummies Questions & Answers

silly question ..

hi all last week i had appeared for an interview where they asked me as u work on windows & unix tell me what are the advantages of UNIX over windows & vice versa ..i gave 2-3 reasons but when i told that unix is more secure than windows he asked me how ? i was speechless. then i googled about... (6 Replies)
Discussion started by: zedex
6 Replies

5. Solaris

Silly question regarding SSH.

Hi Guys, I have installed SSH package on server as well as clients. I think I need to these steps next. Login as root on the server. 1) ssh-keygen -b 1024 -t rsa -f /etc/ssh_hosts_key.pub -N " " Login to root as the user. 2)ssh_keygen -b 1024 -t rsa Enter the phrase Basically this... (3 Replies)
Discussion started by: nitinkgoud
3 Replies

6. UNIX for Dummies Questions & Answers

Silly question on printing for loop in AWK

Hi, One silly question. I would like to add statement like below and append to a file. I used the below code; however, it does not work. Can anyone please tell me what mistakes I have made? awk ' { for (i=1;i<=563;i++) print i }'>>output.txt Thanks. -Jason (1 Reply)
Discussion started by: ahjiefreak
1 Replies

7. UNIX for Dummies Questions & Answers

silly question

How do I go about finding the number of unique words in a file. (3 Replies)
Discussion started by: EECSDAVE
3 Replies

8. UNIX for Dummies Questions & Answers

Silly question about a process

I know its kinda silly but I've seen the texts consider one side - a thread executes and finishes its task but I was wondering what will happen if the process dies when the thread is still under execution... I somehow think that the thread will continue execution but am backing off from the fact... (10 Replies)
Discussion started by: Legend986
10 Replies

9. Shell Programming and Scripting

Silly newbie question on special characters!

Hello again Gurus, Can someone please direct me to an online source that specifically explains what characters like mean within if statements? or scripts in general, I have found information about the different letter options you can specify for an if statment, but I get really confused with the... (3 Replies)
Discussion started by: charliemp3
3 Replies

10. Solaris

Silly Cdrom burn question

Probably a silly question but one I dont know the answer to all the same.. I downloaded the following from sun - solaris 9 part 1 of the software sol-9-u7-sparc-v1.zip When I unzip it I get an iso file. How do I burn it to a cdrom and be able to insert it to solaris machine so that it will... (3 Replies)
Discussion started by: frustrated1
3 Replies
Login or Register to Ask a Question