Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!husc6!bunny!krs0 From: krs0@GTE.COM (Rod Stephens) Newsgroups: comp.windows.x.motif Subject: Re: Help with application positioning (follow-up) Message-ID: <9624@bunny.GTE.COM> Date: 21 Aug 90 11:38:43 GMT References: <244@erb1.engr.wisc.edu> Distribution: usa Organization: GTE Laboratories, Waltham MA Lines: 31 In article <244@erb1.engr.wisc.edu> osswald@serv1.uucp (Tim Osswald) writes: > >I have got things running now so that my window opens on 0,0. This was done >by putting the line > > XCadPress*geometry: +0+0 > >in my Xdefaults file... After seeing this I tried putting the following in an app-defaults file for one of my applications and it worked: *geometry: +0+0 This file would be called /usr/lib/X11/app-defaults/ where is the application class name you use in your call to XtAppCreateShell (in your case the second use of "XCadPress"). The advantage of this over your .Xdefaults file is that all the users share it: you create the file and they don't even need to know about it. +---------------------------------------------------------------+ | Rod Stephens | "Haven't I told you not to play | | GTE Laboratories, Inc | with my super-weapons? You might | | (617)466-4182 | devastate yourself!" | | krs0@gte.com | | +---------------------------------------------------------------+