OpenSolaris instead Sun Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris OpenSolaris instead Sun Solaris
# 29  
Old 11-20-2009
Doesn't tell much.
What happens when you run the script ? Any error message ?
Any change in that command output after you run the script ? :
Code:
xmodmap -pk | nawk '$1 == 35 { print }'

# 30  
Old 11-20-2009
Code:
35         0x005d (bracketright)   0x007d (braceright)

same as earlier
# 31  
Old 11-20-2009
Try that updated version.
# 32  
Old 11-20-2009
What do you drink ?

Ok now to put this script as default keymap table it is important only I have my letter in star office , mozilla , in terminal does not work but who cares when all administrating commands are in English
# 33  
Old 11-20-2009
Quote:
Originally Posted by solaris_user
What do you drink ?
I'm open to taste šljivovica + beer Smilie
# 34  
Old 11-20-2009
good choice

do I need to install this script every time when I log in or I can put to be installed automatically Smilie
# 35  
Old 11-21-2009
Install that script somewhere and run it once at login. The latter can easily be automatized. eg: add the script at the end of a custom Xstartup:

Code:
mkdir /etc/dt/config
cp Xstartup /etc/dt/config
vi /etc/dt/config/Xstartup
... # <- append slovenianKeyboard.sh content at the end of the script

Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

Sun Studio 11 in OpenSolaris

Install Sun Studio 11 on OpenSolaris 2009.06 When run IDE - system return error: touch: cannot change times on /export/home/iktomy/.sunstudio/11-SunOS-i386/system/dontshowisw: Permission denied /opt/SUNWspro/prod/scripts/jdk_chooser: line 131: cat: command not found... (0 Replies)
Discussion started by: Iktomy
0 Replies

2. Solaris

Installing OpenSolaris on Sun v120

I have come into my possesion a v120 server at work that was decommisioned from another project. I don't have the Solaris Installation CD nor do I have root or any user credentials on this server. My goal was to install OpenSolaris on this server and use it as a playground for learning UNIX... (6 Replies)
Discussion started by: stringzz
6 Replies

3. High Performance Computing

Solaris 10 and OpenSolaris : Web Based Management tools and Sun Cluster installation

Gurus, I have several questions : 1. Does Solaris 10/OpenSolaris has some kind of web based management tools ? Currently I am using WebMin. It worked fine, however I am very curious to use the tools provided by Sun Microsystem. Please advise for package name and how to activate.... (0 Replies)
Discussion started by: Zepiroth
0 Replies
Login or Register to Ask a Question