Sponsored Content
Full Discussion: Solaris 8 CDE Problem
Operating Systems Solaris Solaris 8 CDE Problem Post 302914401 by junior-helper on Monday 25th of August 2014 03:17:44 PM
Old 08-25-2014
At log in the user may choose to use the OpenWindows environment instead of CDE.
Source: Solaris 8 CDE and OpenWindows

This should work the other way too (CDE instead of OW).
Hope this helps.
 

10 More Discussions You Might Find Interesting

1. Cybersecurity

Solaris 8, RPC, and CDE need some help.

I just installed Solaris 8 on an Intel based PC and am in the process of securing it. When I disable RPC my CDE desktop does not show up. I get my mouse cursor and a black screen. Also, anyone know how to disable SMC on Solaris 8. Thanks (3 Replies)
Discussion started by: Beauford
3 Replies

2. UNIX for Dummies Questions & Answers

CDE problem

I created a general use account on my Sparc system. The problem is this: I did a "useradd -g general -G sysadmin -d /usr/home/sameer sameer" (after I made the directories) But it seems that no .profile or other files were written to this directory. Now what's happening is when I try to... (5 Replies)
Discussion started by: xyyz
5 Replies

3. UNIX for Advanced & Expert Users

doubt in Solaris CDE

Hi all, I have a couple of doubts with Solaris CDE(i use 2.6) 1. Is it possible to customize my mouse pointer in the CDE environment? im wondering how i can change the mouse pointer, say to a different bitmap or something like that.? 2. Is it possible to use a jpeg as a backdrop? Thanks... (5 Replies)
Discussion started by: kandanmv
5 Replies

4. UNIX for Dummies Questions & Answers

Solaris 8 CDE gone?

Help! I performed a sys-unconfig as suggested in one of the other threads to set up IP on hme0. Unfortunately after all is said and done, it no longer boots to the CDE but sits at a command prompt. Any ideas (I don't know Unix). Thanks in advance! Rob Cluett (3 Replies)
Discussion started by: cluettr
3 Replies

5. UNIX for Dummies Questions & Answers

CDE in Solaris

I was wondering, if I boot up a Solaris box and the CDE does not come up by default when I log in, does that mean that the box has a GUI at all? If that is the case, where can I download CDE from? I am accustomed to RedHat and Windows, so unfortunately Solaris throws me off a little bit. (1 Reply)
Discussion started by: Jody
1 Replies

6. UNIX for Advanced & Expert Users

Please Help with Tru64 CDE problem

When using the GUI we are unable to bring up the window for printer. We go through Applications/configuration/print this is the window that will not work all the other windows work ! Would anyone have any idea how to correct this and make the print window appear ???? (0 Replies)
Discussion started by: mlucas
0 Replies

7. Solaris

Solaris 10 CDE problem - The DT messaging system could not be started

A Google search with: +Solaris +"The DT messaging system could not be started" returns 138 hits. All of the relevant possible solutions are in this document. My apologies for such a long document but I thought I would try to minimize the resolution attempts that I've already tried. System... (1 Reply)
Discussion started by: rpollard001
1 Replies

8. UNIX for Dummies Questions & Answers

solaris 10 install now no cde

Hi : I installed solaris 10 on a sparc machine. now I get no cde desktop and do not know how to start it? Any ideas would be appriciated. Thanks Alan (0 Replies)
Discussion started by: alanj4
0 Replies

9. Solaris

CDE Issue In Solaris 10

Hi All, I have solaris 10 on X86 and I need to connect this through X-Manager or similar software. I have googled a lot and tried the following : root@sol10x86 # ps -ef |grep dtlogin root 1825 4718 0 13:38:50 pts/1 0:00 grep dtlogin root@sol10x86 # svcs cde-login STATE ... (2 Replies)
Discussion started by: pintu_asim
2 Replies

10. UNIX Desktop Questions & Answers

How to migrate Solaris 10 CDE config to HP-UX CDE.

Hello, Do you guys by any chance know what is the best (if any ) way to move CDE configuration from a SOLARIS 10 machine to HP-UX? Just the config (actions, text files etc). Thanks in advance! (0 Replies)
Discussion started by: binary0x01
0 Replies
DtWsmAddWorkspaceFunctions(library call)								  DtWsmAddWorkspaceFunctions(library call)

NAME
DtWsmAddWorkspaceFunctions -- add workspace functions for a window SYNOPSIS
#include <Dt/Wsm.h> void DtWsmAddWorkspaceFunctions( Display *display, Window window); DESCRIPTION
The DtWsmAddWorkspaceFunctions function enables workspace functions for a window. When workspace functions are enabled, the default window menu for the window displayed by the CDE workspace manager, dtwm(1), shows entries that allow the window to occupy a different set of workspaces, occupy all workspaces, or be removed from the current workspace. The display argument is the X display. The window argument is the window to have its workspace functions enabled. RETURN VALUE
The DtWsmAddWorkspaceFunctions function returns no value. APPLICATION USAGE
The application must call the DtWsmAddWorkspaceFunctions function before mapping the window. The CDE workspace manager, dtwm(1), only looks at the workspace function information at the time the workspace manager manages the window. If the CDE workspace manager, dtwm(1), is currently managing the window, the application must withdraw the window (see XWithdrawWindow(3)), add the workspace functions, and map the window once again. By default, the workspace manager enables workspace functions. The application should call DtWsmAddWorkspaceFunctions to restore the workspace functions removed by the DtWsmRemoveWorkspaceFunctions(3) function. SEE ALSO
Dt/Wsm.h - DtWsm(5), XWithdrawWindow(3), dtwm(1), DtWsmRemoveWorkspaceFunctions(3). DtWsmAddWorkspaceFunctions(library call)
All times are GMT -4. The time now is 04:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy