View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 05:33 AM
kojak
 
Posts: n/a
Default Re: OT: logout scripting for .xsession?

Peter wrote:
> However, if I use kdm/gdm or another graphical login manager, how do I
> clean up? If I use .xsession, can I just do something like this?
>
> .xsession
> fusermount
> mount dmcrypt volume
> # then
> startx window manager
> # done
> fusermount UNMOUNT
> unmount dmcrypt and clear loop devices
>
> or won't that work.
>
> If there a standard for cleaning up user local stuff?


in case of kde tray ~/.kde/shutdown/your_script.sh
no ideas for others sorry.
Reply With Quote