Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!ncar!tank!msuinfo!houghton!raja From: raja@bombay.cps.msu.EDU (Narayan S. Raja) Newsgroups: comp.windows.x Subject: Re: olwm errors Message-ID: <1990May8.220242.10378@msuinfo.cl.msu.edu> Date: 8 May 90 22:02:42 GMT References: <1990May7.205315.1094@hfh.edu> Sender: news@msuinfo.cl.msu.edu Reply-To: raja@cpsvax.cps.msu.EDU (Narayan S. Raja) Organization: PRIP Lab, Comp. Sci. Dept., Mich. State Univ. Lines: 71 In article <1990May7.205315.1094@hfh.edu>, (Jeanne Li) writes: |>I installed olwm on our sun 4/150 and tried to run it from my NCD16. I got a error |>message: |> |>Base frame not passed parent window in environment. Cannot create base frame. |>Process aborted. |> |>Don't know what this means. Could someone out there help me out? My sister is a doctor in your hospital! :-) Anyway, your problem is not due to olwm. Rather, it is because various OpenWindows (XView) applications have the SAME names as the corresponding Sunview applications (eg. cmdtool, mailtool, shelltool, textedit). So when you try to bring up an appication from olwm menu, (e.g. shelltool), the Sunview program comes up, finds itself in the wrong window environment, and exits with the "Base frame..." message. I presume you have the corresponding OpenWindows (XView) applications available somewhere (e.g. on my system, Sunview tools are in /usr/bin, while the OpenWindows ones are in /home/openwin/bin/xview). The simplest fix (there are others) would be to create a file called .olwmmenu in your root directory (the same goes for your other olwm users), and customize it to use your OpenWindows binaries rather than the Sunview ones. You can get a sample .olwmmenu from "man olwm". In my case, I might use: TITLE "Workspace" PIN DEFAULT "Programs" MENU "cmdtool" "/home/openwin/bin/xview/cmdtool" "mailtool" "/home/openwin/bin/xview/mailtool" "other" MENU TITLE "Other Tools" PIN "shelltool" "/home/openwin/bin/xview/shelltool" "clock" "/home/openwin/bin/xview/clock -Wi" END END "Repaint Screen" REFRESH "Properties ..." PROPERTIES Exit EXIT Hope it helps. Narayan Sriranga Raja.