![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bring a cron job to foreground | vibhor_agarwali | UNIX for Advanced & Expert Users | 5 | 05-07-2008 02:35 AM |
| Lighthouse Global Technologies Partners with Snapguard to Bring ... - Business Wire ( | iBot | UNIX and Linux RSS News | 0 | 06-18-2007 06:30 AM |
| Unable to bring up Sun OS | mayewil | UNIX for Dummies Questions & Answers | 2 | 10-26-2006 12:06 PM |
| unable to bring up any interface | alam | IP Networking | 1 | 09-20-2001 11:01 AM |
| Bring back removed files | Reza Nazarian | UNIX for Dummies Questions & Answers | 2 | 07-23-2001 07:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I have just installed solaris 10 on a sever .would appreciate if somebody can help me bringing up the GUI(basically i want to launch the browser)
|
| Forum Sponsor | ||
|
|
|
|||
|
sounds like you are accessing your server remotely?
within your xterm connection, export your DISPLAY and launch mozilla (use xclock to test DISPLAY settings...) I have the following in my .bash_profile that takes care of this: DISPLAYHOST=$(who -mu | awk '{print $8}' | sed 's/(//' | sed 's/)//') DISPLAYHOST=${DISPLAYHOST%%:0.0} DISPLAY=$DISPLAYHOST:0.0; export DISPLAY echo "DISPLAY has been set to $DISPLAY" of-corse you need to have a browser installed bash-3.00# pkginfo -i | grep mozilla MOZ17 SUNWmozilla Mozilla Web browser MOZ17 SUNWmozilla-devel Mozilla for Solaris(TM) - Mozilla Web browser - developer files -bash-3.00$ which mozilla /usr/sfw/lib/mozilla/mozilla |
|||
| Google The UNIX and Linux Forums |