Solaris Installation
Has anyone tried to install on Solaris 11 x86 64?
Has anyone tried to install on Solaris 11 x86 64?
"When I run setup, a "UI Decorations" window pops up and never goes away."
This is your main problem. It's caused by Compiz. If you shut Compiz off, the "UI Decorations" will go away and the "Setup" menu will appear and work.
To manually turn Compiz off follow:
<Main Menu>
<System>
<Preferences>
<Appearance>
Under the "Visual Effects" Tab select "None" to turn Compiz off.
To turn it on just follow the same menus as above then select either "Normal", "Extra" or "Custom" to your desired effects. Please note, with out Compiz running, Pro-E will behave as it did with Solaris 10, where the windows bounce around if you use more then one workspace. Compiz settles it down.
When I start Pro-E WF5, I use a script:
#!/bin/sh
cd /Disk1/Data/Pro-E_Files
LC_ALL=C
LANG=C
GDM_LANG=C
export LC_ALL LANG GDM_LANG
LD_LIBRARY_PATH=/usr/X11/lib/NVIDIA:/usr/X11/lib/NVIDIA/amd64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
/Disk1/Binaries/Pro-Engineer/WF5/bin/proe1 &
##############################################
##########Required Below to Open WF5 with Compiz##########
##############################################
sleep 5
metacity --replace &
sleep 1
gtk-window-decorator --replace &
sleep 1
compiz --replace gconf &
In the past I've had problems with the Language not set to "C", so that's in my script. It may not be required now, but it doesn't harm. Also, in the past Opensolaris had some problem with accessing some Nvidia libraries, so I added that also, again it may not be required now, but it doesn't harm.
The Pro-E start command (proe1) obviousely points to my hard disk location, adjust yours accordingly.
OK, now the first "sleep 5" command. For me a 5 second delay was good, I use a solid state disk as my hard drive. Pro-E for me takes 4 seconds to launch. Prior to my Solid State Hard Drive it took me 40 seconds to launch Pro-E. You may need to adjust this to 45 seconds.
The next 2 sleeps are just making sure the prior commands complete properly.
The one strange thing is, once you start Pro-E (stopping Compiz and restarting Compiz) you don't need to stop and start Compiz any more until you reboot your computer if you close Pro-E.
Now trying to get everything working smooth, I could never figure out what it is with Compiz that causes the trouble, even the Linux people had this phenomenon. But if you can get KDE as a desktop running properly, Plasma (Compiz equivalent) works without any startup trouble. I've upgraded to KDE 4.6 beta and it's not running correctly yet.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.