LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   new window manager to the login (https://www.linuxquestions.org/questions/solaris-opensolaris-20/new-window-manager-to-the-login-504204/)

bigearsbilly 11-23-2006 07:30 AM

new window manager to the login
 
Any one know how to add window managers as alternative options on the desktop login?

I've man'd and googled and grep'd.

I've tried one method found online creating files in //usr/dt/config/Xresources and such
but had no luck. Most info. i can find seems very old so am doubtful about it
seeing how 10 has moved on so much.

jlliagre 11-24-2006 04:17 PM

/usr/dt/config is still the way to go with Solaris 10. CDE hasn't that much evolved since many years and is now slowly dying. You may want to have a look at blastwave's enlightenment_dt package as it is doing the required steps to integrate this window manager to dtlogin.

You also have the alternative of replacing dtlogin with gdm2.
Under a command line (console) session:

Code:

/usr/dt/bin/dtconfig -kill
/usr/dt/bin/dtconfig -d
sleep 5
svcadm enable -s gdm2-login

Or with recent Solaris Express:

Code:

svcadm disable -s dtlogin
svcadm enable -s gdm2-login

Then, use the gdm2 way to add a window manager.

bigearsbilly 12-08-2006 04:41 AM

Quote:

CDE hasn't that much evolved since many years and is now slowly dying.
Actually I've been using it for the last few weeks and I'm
really starting to like it.
It's actually a lot more powerful than I ever gave it credit.

jlliagre 12-08-2006 05:08 AM

CDE was certainly amongst the leading graphic environments ten years ago, and I was one of its supporters at that time.

I'm more happy with icewm (if memory is sparse) or JDS/Gnome otherwise nowadays.

bigearsbilly 12-08-2006 05:41 AM

I don't relly like gnome or kde much.
I've tried but they just suck up so much CPU they get on my nerves.
I always end up back with a nice simple fast GUI like fvwm or windowmaker

Besides, they make you lazy.


All times are GMT -5. The time now is 06:10 AM.