Re: .xreset equivalent of .xsession?

1997-11-24 Thread E.L. Meijer \(Eric\)
 
 On 22 Nov 1997, David Z. Maze wrote:
 
  You can put things after your window manager in .xsession.  These will 
  be executed after your window manager exits (user logs out) but before 
  the X server resets.
 
 To do that I would need to remove the exec statement which causes fvwm to
 take over the process and the script exits at that point. Then the calling
 process is left hanging around, but what you place afterwards is executed
 on logout. The problem is that I want to kill a daemon called pland. This
 works, but check this out: 
 
 USER   PID %CPU %MEM   VSZ   RSS  TT STAT  START   TIME COMMAND
 telmerco  6920  1.0  2.5  1504   796  ?  S 10:14   0:00 sh 
 /etc/X11/Xsession 
 telmerco  6932  0.8  1.9   980   592  ?  S 10:14   0:00 
 /usr/lib/plan/pland -k 
 
 I'd rather just leave the pland running:(

What about customizing the logout menu item of your window manager to do
the dirty work?

Eric Meijer

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: .xreset equivalent of .xsession?

1997-11-23 Thread Colin R. Telmer
On 22 Nov 1997, David Z. Maze wrote:

 You can put things after your window manager in .xsession.  These will 
 be executed after your window manager exits (user logs out) but before 
 the X server resets.

To do that I would need to remove the exec statement which causes fvwm to
take over the process and the script exits at that point. Then the calling
process is left hanging around, but what you place afterwards is executed
on logout. The problem is that I want to kill a daemon called pland. This
works, but check this out: 

USER   PID %CPU %MEM   VSZ   RSS  TT STAT  START   TIME COMMAND
telmerco  6920  1.0  2.5  1504   796  ?  S 10:14   0:00 sh 
/etc/X11/Xsession 
telmerco  6932  0.8  1.9   980   592  ?  S 10:14   0:00 /usr/lib/plan/pland 
-k 

I'd rather just leave the pland running:(

--
Colin Telmer, Institute of Intergovernmental Relations
School of Policy Studies Building, Room 309, Queen's University
Kingston, Ontario, Canada, K7L-3N6 (613)545-6000x4219   
mailto:[EMAIL PROTECTED]
http://terrapin.econ.queensu.ca


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


.xreset equivalent of .xsession?

1997-11-22 Thread Colin R. Telmer
Is the a file that a user can put logout commands similar to
/etc/X11/xdm/Xreset_0?

--
Colin Telmer, Institute of Intergovernmental Relations
School of Policy Studies Building, Room 309, Queen's University
Kingston, Ontario, Canada, K7L-3N6 (613)545-6000x4219   
mailto:[EMAIL PROTECTED]
http://terrapin.econ.queensu.ca


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: .xreset equivalent of .xsession?

1997-11-22 Thread David Z. Maze

Colin R Telmer [EMAIL PROTECTED] writes:
CRT Is the a file that a user can put logout commands similar to
CRT /etc/X11/xdm/Xreset_0?

You can put things after your window manager in .xsession.  These will 
be executed after your window manager exits (user logs out) but before 
the X server resets.

-- 
 _
/ \  The cat's been in the box for over
|  David Maze |  20 years.  Nobody's feeding it.  The
| [EMAIL PROTECTED]   |cat is dead.
| http://donut.mit.edu/dmaze/ |  -- Grant, on Schroedinger's Cat
\_/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .