You might get a problem when using a gnome session on Solaris with vnc where keyboard is unresponsive….
According to http://sunsolve.sun.com/search/document.do?assetkey=1-9-81175-1 :
To work around this issue, touch the following file:
/etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/keybindings/%gconf.xml
and edit the file with:
<?xml version=”1.0″?>
<gconf>
<entry name=”volume_up” mtime=”1110896708″ type=”string”>
<stringvalue></stringvalue>
</entry>
<entry name=”volume_mute” mtime=”1110896705″ type=”string”>
<stringvalue></stringvalue>
</entry>
<entry name=”volume_down” mtime=”1110896702″ type=”string”>
<stringvalue></stringvalue>
</entry>
<entry name=”help” mtime=”1110896698″ type=”string”>
<stringvalue></stringvalue>
</entry>
</gconf>
Then just stop and start your vnc server
243/433